Skip to content

Instantly share code, notes, and snippets.

@muzhig
Last active December 10, 2015 14:58
Show Gist options
  • Save muzhig/4451452 to your computer and use it in GitHub Desktop.
Save muzhig/4451452 to your computer and use it in GitHub Desktop.
TAR
tar -c "$srcdir" | tar -C "$destdir" -xv
tar -cf archive.tar foo bar
tar -xf archive.tar # Extract all files from archive.tar.
tar -tvf archive.tar # List all files in archive.tar verbosely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment