Creating and Extracting .tar.gz via SSH


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



Copy this code and paste it in your HTML
  1. tar -zxvf file.tar.gz : Extracts the file
  2.  
  3. tar -zcf media.tar.gz media/ - create the tar

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.