Created
May 11, 2018 10:05
-
-
Save defilerc/bfd606be4d08c98e49c653b15679d71f to your computer and use it in GitHub Desktop.
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
| # c : create archive | |
| # j : use bzip2 (z for gzip) | |
| # v : verbose | |
| # f : use file | |
| # (optional) S : handle sparse files efficiently | |
| tar -cjvf vp-core_stable.tar.bzip2 vp-core_stable\ | |
| # x : extract | |
| tar xjvf vp-core_stable.tar.bz2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment