/ Published in: Bash
Expand |
Embed | Plain Text
tar -zxvf file.tar.gz : Extracts the file tar -zcf media.tar.gz media/ - create the tar
You need to login to post a comment.
jrutter on 08/29/09
2 people have marked this snippet as a favorite
tar -zxvf file.tar.gz : Extracts the file tar -zcf media.tar.gz media/ - create the tar
You need to login to post a comment.