Skip to content

Instantly share code, notes, and snippets.

@SubZane
Created June 30, 2013 18:23
Show Gist options
  • Save SubZane/5896271 to your computer and use it in GitHub Desktop.
Save SubZane/5896271 to your computer and use it in GitHub Desktop.
tar and bzip a folder and its subfolders
tar -c --bzip2 -f foo.tar.bz1 foo/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment