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.
Home › technology › UNIX Command for Unpacking a Tar file
April 7, 2009 Print Preview
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 ›