Peter Leftwich <[EMAIL PROTECTED]> writes: > Then I thought I'd get crafty and `tar tvf MP3.DONE0415021909MPT.tar > > the-tarfile.out` thinking I could later run things through `sort` but I am > hung up on how to get similar output that shows the contents of MP3/.
tar cf - MP3/ | tar tvf - >the-mp3dir.out To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
