01 January 1970 01:00
Batch change extension of files on the unix command line
These are one-liners which batch rename files meeting a certain criteria under unix
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.
A Sample .bashrc File
The ~/.bashrc file determines the behavior of interactive shells. A good look at this file can lead to a better understanding of Bash.
1
(9 marks)