Skip to content

Instantly share code, notes, and snippets.

@nad2000
Created August 29, 2013 03:22
Show Gist options
  • Save nad2000/6373930 to your computer and use it in GitHub Desktop.
Save nad2000/6373930 to your computer and use it in GitHub Desktop.
To untar all tar files in one go
ls -1 *tar* | xargs -P 8 -I{} tar xf {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment