Linux command cheat sheet
アーカイブ (*.tar) の解凍
tar xf [tar file]
圧縮したアーカイブの解凍
tar zxvf [tgz file]
あるいは
gzip -c [tgz file] | tar xvf -