Linux man tar cn翻译
個人翻譯
TAR(1) User Commands TAR(1)
NAME
名稱
tar - manual page for tar 1.23
SYNOPSIS
概述
tar [OPTION…] [FILE]…
DESCRIPTION
描述
GNU ‘tar’ saves many files together into a single tape or disk archive, and can restore individual files from the archive.
GNU的tar同時保存許多文件到一個單獨的磁帶或磁盤檔案中,同時可以從檔案中恢復個人文件
EXAMPLES
例子
tar -cf archive.tar foo bar
# Create archive.tar from files foo and bar.
從foo和bar文件打包成 archive.tar
詳細的列出檔案.tar中所有文件
tar -xf archive.tar# Extract all files from archive.tar.分離出檔案.tar中所有文件 ps: 解壓
Main operation mode:主要的操作代碼
-A, --catenate, --concatenateappend tar files to an archive追加文件到壓縮包中
-c, --createcreate a new archive創建一個新的壓縮檔案
-d, --diff, --comparefind differences between archive and file system找出壓縮包和文件系統的不同
…skipping…
nil, existingnumbered if numbered backups exist, simple otherwise如果編號備份存在就編號,否則
never, simplealways make simple backups一直做簡單的備份
Valid arguments for the –quoting-style option are:
有用的參數 – 引用 風格選項
文字shell
DEFAULTS
默認
This tar defaults to: –format=gnu -f- -b20 –quoting-style=escape –rmt-command=/sbin/rmt –rsh-command=/usr/bin/rsh
翻譯時間:20170327
總結
以上是生活随笔為你收集整理的Linux man tar cn翻译的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 光纤交换机与普通交换机的区别
- 下一篇: 文件MD5/SHA等校验码校验