Skip to content

Instantly share code, notes, and snippets.

@defilerc
Created May 11, 2018 10:05
Show Gist options
  • Save defilerc/bfd606be4d08c98e49c653b15679d71f to your computer and use it in GitHub Desktop.
Save defilerc/bfd606be4d08c98e49c653b15679d71f to your computer and use it in GitHub Desktop.
# 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