Extract a tar.gz file.


/ Published in: Bash
Save to your folder(s)

Extract a tar.gz to specified directory

-x: Extract
-v: Verbose per file
-z: Filter through gunzip
-f: Extract from file


Copy this code and paste it in your HTML
  1. tar -xvzf [filename]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.