Sunday, January 4, 2009
Quick Guide to compress / decompress files
Posted on 11:53 AM by Unknown
tar (tar) tar Packaging tar cvf archive.tar / archive / May / * Unpack tar xvf archive.tar See the content (not extract) tar tvf archive.tar tar.gz -. tar.Z -. tgz (tar with gzip) Pack and compress tar czvf archive.tar.gz tar / archive / May / * Unpack and decompress tar xzvf archive.tar.gz See the
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment