did some work on the cmp script originally by flipflop. My version
will compress multiple files, decompress multiple files and display
wether a file is compressed or not.
The part I did the most work on, is the iscmp style script. You can get
results for full dirctories, individual files or any mixture of the two.
Now for the fun part. I've started playing with the idea of installer
scripts so here goes. To install the new cmp you need to download
cmp_install from http://www.davinci27.org/audrey/cmp_install
If you don't have tail, you'll need to download it
http://www.davinci27.org/audrey/tail , chmod +x it and move to the /bin
directory.
Then chmod +x cmp_install and execute ./cmp_install
That should install all the files. Type cmp for usage.
Let me know if you have any problems
davinci27