Generate a tar gz file from a file list


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



Copy this code and paste it in your HTML
  1. tar zcvf myFile.tar.gz file1.txt file2.txt file3.txt file4.txt

URL: http://www.unix.com/unix-dummies-questions-answers/26045-tar-gzip-help.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.