gunzip 命令詳解


gunzip 用於原位解壓文檔。

另請參閱: gzip     rar     tar     uzip     zip

基本用法     詳細用法

gunzip File.gz
			

基本語法

gunzip [OPTION]... [FILE]...
			

若 FILE 沒有或為 -,則操控標準輸入。

注意: 長選項強製性參數, 對於短選項也是強製性的。

 

OPTION 選項

參數 EN 解釋 中文翻譯 備注
-c, --stdout write on standard output, keep original files unchanged 寫入標準輸齣,原始文件保持不變
-f, --force force overwrite of output file and compress links 強製覆寫輸齣文件,並壓縮鏈接
-k, --keep keep (don't delete) input files 保留 (不刪除) 輸入文件
-l, --list list compressed file contents 列錶壓縮文件內容
-n, --no-name do not save or restore the original name and time stamp 不保存或還原原始名稱 時間戳
-N, --name save or restore the original name and time stamp 保存或還原原始名稱 時間戳
-q, --quiet suppress all warnings 抑製所有警告
-r, --recursive operate recursively on directories 遞歸操作目錄
-S, --suffix=SUF use suffix SUF on compressed files 壓縮文件使用後綴 SUF
-t, --test test compressed file integrity 測試壓縮文件完整性
-v, --verbose verbose mode 詳細模式
--help display this help and exit 顯示幫助信息並退齣
--version display version information and exit 顯示版本信息並退齣

基本用法

功能 命令 文字解釋 示例 示例解釋
解壓 gunzip File.gz 解壓縮 File.gz 文件
版本 gunzip --version 展示版本信息
幫助 gunzip --help 展示幫助信息

 

版權聲明: 本文為獨傢原創稿件,版權歸 樂數軟件 ,未經許可不得轉載。