Created
April 12, 2013 00:18
-
-
Save D3MZ/5368270 to your computer and use it in GitHub Desktop.
Parallel *zip
This file contains hidden or 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
| #Now when tar**iping, you can do it in parallel! Like a boss. | |
| sudo apt-get install lbzip2 pigz | |
| cd /usr/local/bin | |
| sudo ln -s /usr/bin/lbzip2 bzip2 | |
| sudo ln -s /usr/bin/lbzip2 bunzip2 | |
| sudo ln -s /usr/bin/lbzip2 bzcat | |
| sudo ln -s /usr/bin/pigz gzip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment