Skip to content

Instantly share code, notes, and snippets.

@btedev
Created August 30, 2012 13:38
Show Gist options
  • Save btedev/3528703 to your computer and use it in GitHub Desktop.
Save btedev/3528703 to your computer and use it in GitHub Desktop.
Untar multiple files with one command
ls *.tar | xargs -i tar xf {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment