/ Published in: Other
Expand |
Embed | Plain Text
tar -czvf file.tar.gz dir/*
Comments
Subscribe to comments
You need to login to post a comment.
talaris on 11/30/-1
1 person have marked this snippet as a favorite
tar -czvf file.tar.gz dir/*
Subscribe to comments
You need to login to post a comment.
Type tar -zxvf yourfile.tar to extract the file to the current directory. Or tar -C /myfolder -zxvf yourfile.tar to extract to another directory.