Shell Commands

From GotOpinion
Revision as of 15:31, 24 January 2010 by Paul (talk | contribs)
Jump to navigation Jump to search

Tape Archival (tar)

Create tar

tar -cvf filename.tar filemane

Undo tar

tar -xvf filename.tar

List contents tar

tar -tvf filename.tar

gzip

Compress file

gzip -9 filename

Decompress file

gzip -d filename

Linux