/ Published in: Bash
Extract a tar.gz to specified directory
-x: Extract -v: Verbose per file -z: Filter through gunzip -f: Extract from file
Expand |
Embed | Plain Text
tar -xvzf [filename]
Comments
Subscribe to comments
You need to login to post a comment.

-C [directory path] appended to extract to specific directory