Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: juergenw
  • Content: Threads
  • Order by date
  1. juergenw

    Exit status of cpio under sco os 5.0.x

    When using the following command line under sco os 5.0.x cpio gives exist status 0 (no error) although errors occured during the backup. When doing the same under AIX 4.x cpio gives a correct exit status (<>0) back. Does anybody know this problem? 15$ find . |cpio -ocvB > /dev/rStp0 . .profile...
  2. juergenw

    catch stdout and stderr of cpio

    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...

Part and Inventory Search

Back
Top