Skip to content

Instantly share code, notes, and snippets.

@techgaun
Created October 29, 2014 15:04
Show Gist options
  • Save techgaun/553194c4255582419384 to your computer and use it in GitHub Desktop.
Save techgaun/553194c4255582419384 to your computer and use it in GitHub Desktop.
extract particular file using tar
tar -xvf file.tar.gz --wildcards --no-anchored "<file_name>" -C /home/samar/path/to/extract/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment