Hello,
I try to catch stderr and stdout from the cpio command (AIX 4.1.5.0 and sco openserver 5.0.5).
When trying
find . -print | cpio -ocvB > /dev/rmt0 2>errorlog
cpio using the verbose mode and put stderr in errlog file no displays of the cpio are made on the screen but in the errorlog file (even stdout).
When trying without the verbose mode "2>errorlog" works perfect but the user does not know, what cpio works on at the moment.
Any idea?
Thank you for help
I try to catch stderr and stdout from the cpio command (AIX 4.1.5.0 and sco openserver 5.0.5).
When trying
find . -print | cpio -ocvB > /dev/rmt0 2>errorlog
cpio using the verbose mode and put stderr in errlog file no displays of the cpio are made on the screen but in the errorlog file (even stdout).
When trying without the verbose mode "2>errorlog" works perfect but the user does not know, what cpio works on at the moment.
Any idea?
Thank you for help