Skip to content

Instantly share code, notes, and snippets.

@decioferreira
Created June 5, 2012 18:44
Show Gist options
  • Save decioferreira/2876862 to your computer and use it in GitHub Desktop.
Save decioferreira/2876862 to your computer and use it in GitHub Desktop.
Linux tar command
tar cvf images.tar *.jpg
tar cvzf images.tar.gz *.jpg
tar cvf album.tar album/
tar xvf images.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment