/ Published in: Bash
Extract a tar.gz to specified directory
-x: Extract
-v: Verbose per file
-z: Filter through gunzip
-f: Extract from file
-x: Extract
-v: Verbose per file
-z: Filter through gunzip
-f: Extract from file
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tar -xvzf [filename]