jidanni Sat, 23 Jan 2010 12:02:42 -0800
Maybe if given no files, $ < /dev/null cpio -o > /dev/null; echo $? 1 block 0 This should fail instead? With perhaps an error message "no files to copy"?
Hmmm, this too $ < /dev/null cpio -o|cpio -t 1 block 1 block Or... never mind.