Created
October 29, 2014 15:04
-
-
Save techgaun/553194c4255582419384 to your computer and use it in GitHub Desktop.
extract particular file using tar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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