Skip to Content

Posts Tagged ‘terminal’

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.

Page : 4 / 4 ‹ First 1 2 3 4