Created
June 30, 2013 18:23
-
-
Save SubZane/5896271 to your computer and use it in GitHub Desktop.
tar and bzip a folder and its subfolders
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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