Skip to content

Instantly share code, notes, and snippets.

@deepakkumarnd
Last active August 29, 2015 13:55
Show Gist options
  • Save deepakkumarnd/8749061 to your computer and use it in GitHub Desktop.
Save deepakkumarnd/8749061 to your computer and use it in GitHub Desktop.
$ tar -zcvf logs.tar.gz *.log
or
$ tar -zcvf logs.tar.gz folder_name
$ tar -zcvf data.tgz *.doc #gzip
$ tar -zcvf pics.tar.gz *.jpg *.png #gzip
$ tar -jcvf data.tbz2 *.doc #bzip2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment