Usage: /usr/bin/znew [OPTION]... [FILE]...
Recompress files from .Z (compress) format to .gz (gzip) format.
Options:
-f Force recompression even if a .gz file already exists.
-t Test the new files before deleting originals.
-v Verbose; display name and statistics for each file compressed.
-9 Use the slowest compression method (optimal compression).
-P Use pipes for the conversion to reduce disk space usage.
-K Keep a .Z file when it is smaller than the .gz file.
--help display this help and exit
--version output version information and exit
Report bugs to
Usage: /usr/bin/znew [OPTION]... [FILE]...
Recompress files from .Z (compress) format to .gz (gzip) format.
Options:
-f Force recompression even if a .gz file already exists.
-t Test the new files before deleting originals.
-v Verbose; display name and statistics for each file compressed.
-9 Use the slowest compression method (optimal compression).
-P Use pipes for the conversion to reduce disk space usage.
-K Keep a .Z file when it is smaller than the .gz file.
--help display this help and exit
--version output version information and exit
Report bugs to
ZNEW(1) ZNEW(1) 名前 znew - .Z ファイルを再圧縮して .gz ファイルにする 書式 znew [ -ftv9PK] [ name.Z ... ] 説明 znew はファイルを .Z (compress) 形式から .gz (gzip) 形式に再圧縮する。 既に gzip 形式になっているファイルを再圧縮したい場合は、ファイルの拡 張 子を強制的に .Z に変更してから znew を適用すること。 オプション -f .gz ファイルが既に存在していても、強制的に .Z 形式から .gz 形式 に再圧縮する。 -t 元ファイルを削除する前に、新しいファイルをテストする。 -v 詳細出力。圧縮される個々のファイルについて、名前とサイズの減少パ ーセントを表示する。 -9 もっとも遅い圧縮法 (最適な圧縮) を使う。 -P ディスク使用量を減らすため、変換にパイプを使う。 -K .Z ファイルが .gz ファイルより小さい場合、変換せずに残す。 関連項目 gzip(1), zmore(1), zdiff(1), zgrep(1), zforce(1), gzexe(1), compress(1) バグ cpmod(1) が使えず、かつ touch(1) が -r オプションをサポートしていない場 合、 znew は -P オプションが指定されるとタイムスタンプを管理しない。 ZNEW(1)
ZNEW(1) ZNEW(1) NAME znew - recompress .Z files to .gz files SYNOPSIS znew [ -ftv9PK] [ name.Z ... ] DESCRIPTION Znew recompresses files from .Z (compress) format to .gz (gzip) format. If you want to recompress a file already in gzip format, rename the file to force a .Z extension then apply znew. OPTIONS -f Force recompression from .Z to .gz format even if a .gz file already exists. -t Tests the new files before deleting originals. -v Verbose. Display the name and percentage reduction for each file compressed. -9 Use the slowest compression method (optimal compression). -P Use pipes for the conversion to reduce disk space usage. -K Keep a .Z file when it is smaller than the .gz file SEE ALSO gzip(1), zmore(1), zdiff(1), zgrep(1), zforce(1), gzexe(1), compress(1) BUGS Znew does not maintain the time stamp with the -P option if cpmod(1) is not available and touch(1) does not support the -r option. ZNEW(1)
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa