I recently wrote a shell script to extract the contents of an archive. The script is a front-end to tar, gzip, bzip, unzip etc., and does the Right Thing based upon the file's extension. So, now I don't have to worry about the exact command to see the contents of an archive or to extract it. I can do
xtract -l to see the list of files in an
(
Read more... )