#!/bin/bash
/bin/more /etc/profile 2> /tmp/errorlog
When I do this the first full screen gets printed, then more quits. This is a trivial example, but the script does several things and captures stderr to a logfile; under ksh the script works fine... under bash it doesn't.
Any ideas?
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list