「Linux」gzipで圧縮ファイルに拡張子を指定する

2021年4月2日

書式
gzip -S.gzip ファイル名
圧縮
# gzip -S.gzip test.sh
検索
# ls | grep test.sh
test.sh.gzip

Linux

Posted by arkgame