To unpack a .tar.gz file, say foo.tar.gz, use the following command: gunzip -c foo.tar.gz | tar xopf - The newly extracted files will be created in the ...
確定! 回上一頁