20090825

tar 指令的常用語法 | Vixual

tar 指令的常用語法 | Vixual: "tar 指令的常用語法
View comments / Print This Post
常用參數
# -c 打包一個 tar 檔案
# -x 解開一個 tar 檔案
# -t 檢視 tar 檔案的內容
# -z 使用 gzip 壓縮
# -v 顯示建立 tar 檔案的過程
# -P 使用絕對路徑
# -f 指定 tar 檔案的檔案名稱(此參數的後面必須接目標檔名)
常用語法
# 建立壓縮檔

tar -czvf target.tgz /directory

將 /directory 下的所有檔案及目錄打包成一個名稱為 target.tgz 的壓縮檔
# 檢視壓縮檔的內容

tar -tzvf target.tgz

# 解開壓縮檔的檔案到現行目錄

tar -xzvf target.tgz

# 複製目錄

tar -cvf - /directory | tar -xvf -

將 /directory 目錄下的檔案及次目錄複製到現行目錄,這樣做的好處是可以保留原來的檔案屬性
收藏至網路書籤: These icons link to social bookmarking sites where readers can share and discover new web pages.

* del.icio.us
* Google
* Live
* YahooMyWeb
* MyShare
* Hemidemi
* Funp

沒有留言:

我的網誌清單