Skip to content

Instantly share code, notes, and snippets.

@PWhiddy
Created June 19, 2018 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PWhiddy/a07d3d0b4b13cc06d640f9d156fc2d5a to your computer and use it in GitHub Desktop.
Save PWhiddy/a07d3d0b4b13cc06d640f9d156fc2d5a to your computer and use it in GitHub Desktop.
Extract a .tar.gz
#!/bin/sh
# Add this to /bin/ folder and never look up how to extract a tar again
# Usage: untar some-software-1.0-linux-x86_64.tar.gz
tar -zxvf $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment