01 January 1970 01:00
Tar & Gzip
Using Tar and Gzip<br /> <br /> Tar and Gzip are two of the most common utilities for archiving and compressing files. More specificly, tar is used for archiving and gzip is used for compression, however the two are most often used in conjunction.
Batch change extension of files on the unix command line
These are one-liners which batch rename files meeting a certain criteria under unix
1
(2 marks)