- tar -czvf target source
- -c Create a file
- -z Compress the file
- -v Display what's going on (optional)
- -f Use the next token as the filename
- gunzip target
- tar -xvf target
- -x Uncompress the file
- -v Display what's going on (optional)
- -f Use the next token as the filename
No comments:
Post a Comment