tar (untar) and gzip (ungzip) files


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # tar and gzip some files
  2. tar -zcvf output.tar.gz input_folder
  3.  
  4. # untar and gunzip a file
  5. tar xvfz /some_files.tar.gz

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.