Return to Snippet

Revision: 17260
at August 29, 2009 11:11 by jrutter


Initial Code
tar -zxvf file.tar.gz : Extracts the file

tar -zcf media.tar.gz media/ - create the tar

Initial URL


Initial Description


Initial Title
Creating and Extracting .tar.gz via SSH

Initial Tags
ssh

Initial Language
Bash