您好,登錄后才能下訂單哦!
這篇文章主要介紹“Linux怎么解壓、壓縮gz文件”,在日常操作中,相信很多人在Linux怎么解壓、壓縮gz文件問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”Linux怎么解壓、壓縮gz文件”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
GZ是UNIX系統中的壓縮文件,ZIP的Gnu版本,功能和WINRAR一樣壓縮文件的擴展名。 以·tar.gz為擴展名的是一種壓縮文件,在Linux和OSX下常見,Linux和OSX都可以直接解壓使用這種壓縮文件。
gzip * gzip file
具體參數可使用help查看
$ gzip --help Usage: gzip [OPTION]... [FILE]... Compress or uncompress FILEs (by default, compress FILES in-place). Mandatory arguments to long options are mandatory for short options too. -c, --stdout write on standard output, keep original files unchanged -d, --decompress decompress -f, --force force overwrite of output file and compress links -h, --help give this help -k, --keep keep (don't delete) input files -l, --list list compressed file contents -L, --license display software license -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 -t, --test test compressed file integrity -v, --verbose verbose mode -V, --version display version number -1, --fast compress faster -9, --best compress better With no FILE, or when FILE is -, read standard input.
gunzip * gunzip file.gz
具體也是可以用help查看
$ gunzip --help Usage: /opt/compiler/gcc-4.8.2/bin/gunzip [OPTION]... [FILE]... Uncompress FILEs (by default, in-place). Mandatory arguments to long options are mandatory for short options too. -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 -t, --test test compressed file integrity -v, --verbose verbose mode --help display this help and exit --version display version information and exit With no FILE, or when FILE is -, read standard input.
到此,關于“Linux怎么解壓、壓縮gz文件”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。