Peter Leftwich <[EMAIL PROTECTED]> writes: > But no. I looked at /mnt/cdrom1/bin/* and tried a `tar -tzf > binary-filename-here` to list the contents but it didn't work. Is there a > "++CONTENTS" or "ls-laR.tgz" file somewhere of the contents?
In the tarfile, of course. ;-) Try something like # cat /mnt/cdrom1/bin/* | tar -tzf - for the contents. Change the 'f' to an 'x' and give the filename to extract a particular file. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"