17 tar 壓縮/解壓縮

17 tar 壓縮/解壓縮

    tar -參數 來源檔  目的檔 (或目錄)

    tar 壓縮

    tar -zcvf compressFileName folderToCompress

    tar 解壓縮

    移動 1.txt 到 /home/powenko/1.txt

    tar xvf android-ndk-r9c-linux-x86_64.tar.bz2

    Screen Shot 2014-01-10 at 8.48.55 PM