/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# tar and gzip some files tar -zcvf output.tar.gz input_folder # untar and gunzip a file tar xvfz /some_files.tar.gz