Return to Snippet

Revision: 30022
at August 6, 2010 05:33 by jturmel


Initial Code
# tar and gzip some files
tar -zcvf output.tar.gz input_folder

# untar and gunzip a file
tar xvfz /some_files.tar.gz

Initial URL

                                

Initial Description

                                

Initial Title
tar (untar) and gzip (ungzip) files

Initial Tags

                                

Initial Language
Bash