January 19th, 2009
The Archives
-
01.19.09Extract a tar file in a specific directorytar zxvf file.tar.gz -C /path/to/directory Extract gzipped file.tar.gz in the directory /path/to/directory instead of in '.' (the present working directory).