/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
##unzip gzip -cd hadoop-0.20.2.tar.gz ## Untar (extract verbose mode) tar -xvf ./Desktop/filename.tar ## create Tar tar -cvf filename.tar ./Desktop/ gunzip -c myfile.tar.gz | tar xvf -
URL: http://jimmont.com/resrc/osx.htm