Skip to Content

UNIX Command for Unpacking a Tar file

1. Open Terminal
2. Type: tar -xvzf /path/to/file.tar.gz

( x= extract v=verbose z=(un)compress f=file )
This command will unpack the files to the root directory, replacing any old file that is within its packed structure.

No Responses to “UNIX Command for Unpacking a Tar file” Leave a reply ›

Leave a Reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>