[]中的內(nèi)容表示是可選參數(shù),可選一個(gè)或多個(gè)或不選; {}中的內(nèi)容表示只可選其中一個(gè)參數(shù)。 如[a,b]可以選擇a,可以選b,也可以不選。但如果是{a|b},那a和b就必須要選一個(gè),而且只能選一個(gè)。
在方括號(hào)內(nèi)的表達(dá)式(“[” 和 “]”之間的字符)是可選的(寫(xiě)命令時(shí)要去掉括號(hào))。 在尖括號(hào)內(nèi)的表達(dá)式(“[” 和 “]”之間的字符)是必須替換的表達(dá)式(而且要去掉括號(hào))。
作為L(zhǎng)inux小菜,使用Linux終端命令時(shí)總是不知到如何使用相關(guān)的參數(shù),如-p ,-r ,使用-和不使用-,一個(gè)-和兩個(gè)--,有時(shí)能夠在網(wǎng)上查詢(xún)別人的使用方法,可是使用一次,第二次又忘記了,所以自己還是得掌握查看幫助文檔的方法。
查看幫助:
1、命令 -- help
2、man 命令
后者更加詳細(xì)
首先幫助中尖括號(hào)<>和方括號(hào)[]以及省略號(hào)...的含義,
在方括號(hào)內(nèi)的表達(dá)式(“[” 和 “]”之間的字符)是可選的(寫(xiě)命令時(shí)要去掉括號(hào))。 在尖括號(hào)內(nèi)的表達(dá)式(“[” 和 “]”之間的字符)是必須替換的表達(dá)式(而且要去掉括號(hào))。
省略號(hào)表示該選項(xiàng)可以單個(gè)或多個(gè)
以7z的參數(shù)為例:
7z <command> [<switches>...] <archive_name> [<file_names>...] [<@listfiles...>]
7z <命令行> [[選項(xiàng)]...] <檔案名稱(chēng)(壓縮包名稱(chēng))> [<被壓縮的文件名>...] [<@文件列表(如txt文件中的文件列表)...>]
實(shí)例分析:
7z a -tzip -p111 archive.zip txt.txt txt.txt文件壓縮為archive.zip,壓縮方式為zip 密碼為111
7z x -tzip -p111 archive.zip 解壓 密碼為111
a為命令,命令至少要有一個(gè)
-t /-p為選項(xiàng)(switch),可選0個(gè)或多個(gè),zip和111分別為-t和-p的參數(shù),中間不需要空格 選項(xiàng)(如-r)放前放后都行
7z的命令不區(qū)分大小寫(xiě),有些命令如cp要區(qū)分。。。注意了
命令要點(diǎn)參考 <Commands> a: Add files to archive 添加文件到壓縮包中 b: Benchmark d: Delete files from archive 從壓縮包中刪除文件 e: Extract files from archive (without using directory names) 從壓縮檔案中釋放文件到當(dāng)前目錄中。或者到指定的輸出文件夾。輸出文件夾設(shè)置可以通過(guò) -o (設(shè)置輸出文件夾) 選項(xiàng)來(lái)更改。 l: List contents of archive 查看壓縮包中文件列表 t: Test integrity of archive u: Update files to archive x: eXtract files with full paths 在當(dāng)前目錄中,使用完整路徑從壓縮檔案中釋放文件.或者到指定的輸出文件夾。更多詳細(xì)內(nèi)容請(qǐng)參閱 e (釋放) 命令。 示例 7z x archive.zip 從壓縮檔案 archive.zip 中釋放所有文件到當(dāng)前文件夾。 7z x archive.zip -oc:\soft *.cpp 從壓縮檔案 archive.zip 中釋放 *.cpp 文件到 c:\soft 文件夾。
<Switches> -ai[r[-|0]]{@listfile|!wildcard}: Include archives -ax[r[-|0]]{@listfile|!wildcard}: eXclude archives -bd: Disable percentage indicator -i[r[-|0]]{@listfile|!wildcard}: Include filenames -m{Parameters}: set compression Method -o{Directory}: set Output directory 目標(biāo)文件目錄 -p{Password}: set Password {}大括號(hào)中為改選項(xiàng)多參數(shù),有些有參數(shù),有些沒(méi)有 -r[-|0]: Recurse subdirectories -scs{UTF-8 | WIN | DOS}: set charset for list files -sfx[{name}]: Create SFX archive -si[{name}]: read data from stdin -slt: show technical information for l (List) command -so: write data to stdout -ssc[-]: set sensitive case mode -t{Type}: Set type of archive -u[-][p#][q#][r#][x#][y#][z#][!newArchiveName]: Update options -v{Size}[b|k|m|g]: Create volumes -w[{path}]: assign Work directory. Empty path means a temporary directory -x[r[-|0]]]{@listfile|!wildcard}: eXclude filenames -y: assume Yes on all queries
選項(xiàng)要點(diǎn)參考 選項(xiàng) 說(shuō)明 -- 阻止選項(xiàng)解析 -ai 附件檔案文件名 -an 不解析檔案名稱(chēng) -ao 覆蓋模式 -ax 排除檔案文件名 -i 包括文件名 -m 設(shè)置壓縮算法 -o 設(shè)置輸出目錄 常用 -p 設(shè)置密碼 -r 遞歸子目錄 常用 -sfx 創(chuàng)建自釋放檔案 -si 從StdIn 讀取數(shù)據(jù) -so 從StdOut 寫(xiě)入數(shù)據(jù) -t 設(shè)置檔案類(lèi)型 -u 更新選項(xiàng) -v 創(chuàng)建分卷 -w 設(shè)置工作目錄 -x 文件名排除 -y 全是 -- (阻止選項(xiàng)解析) 選項(xiàng) 在命令行中使“--”后的選項(xiàng)開(kāi)關(guān)“-”都失效。這樣就允許在命令行中使用文件名以“-”開(kāi)頭的文件。
7zip 使用說(shuō)明 參考:http://apps.hi.baidu.com/share/detail/19870943
|