Skip to content

Instantly share code, notes, and snippets.

@carlos-wong
Created April 28, 2013 07:33
Show Gist options
  • Save carlos-wong/5476196 to your computer and use it in GitHub Desktop.
Save carlos-wong/5476196 to your computer and use it in GitHub Desktop.
tar: show progress when uncompress file
pv file.tgz | tar xzf - -C target_directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment