Usage: /usr/bin/zgrep [OPTION]... [-e] PATTERN [FILE]...
Look for instances of PATTERN in the input FILEs, using their
uncompressed contents if they are compressed.
OPTIONs are the same as for 'grep'.
Report bugs to
Usage: /usr/bin/zgrep [OPTION]... [-e] PATTERN [FILE]...
Look for instances of PATTERN in the input FILEs, using their
uncompressed contents if they are compressed.
OPTIONs are the same as for 'grep'.
Report bugs to
ZGREP(1) ZGREP(1) 名前 zgrep - 圧縮されている可能性のあるファイルで、正規表現の検索をする 書式 zgrep [ grep_options ] [ -e ] pattern filename... 説明 zgrep は、compress や gzip で圧縮されたファイルに対して grep を呼び出す ために使われる。指定されたすべてのオプションは grep に直接渡される。 フ ァ イルが指定されない場合は、標準入力を (必要であれば伸長した後で) grep に渡す。それ以外の場合は、指示されたファイルを (必要であれば伸長した 後 で) grep に渡す。 zgrep が zegrep や zfgrep として呼び出された場合、 egrep と fgrep がそ れぞれ grep の代わりに使われる。環境変数 GREP が設定された場合、 zgrep はその内容を grep プログラムの代わりに呼び出す。たとえば、 sh の場合: GREP=fgrep zgrep string files csh の場合: (setenv GREP fgrep; zgrep string files) 著者 Charles Levert (charles@comm.polymtl.ca) 関連項目 grep(1), egrep(1), fgrep(1), zdiff(1), zmore(1), znew(1), zforce(1), gzip(1), gzexe(1) ZGREP(1)
ZGREP(1) ZGREP(1) NAME zgrep - search possibly compressed files for a regular expression SYNOPSIS zgrep [ grep_options ] [ -e ] pattern filename... DESCRIPTION Zgrep invokes grep on compressed or gzipped files. All options speci- fied are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and fed to grep. Otherwise the given files are uncompressed if necessary and fed to grep. If the GREP environment variable is set, zgrep uses it as the grep pro- gram to be invoked. AUTHOR Charles Levert (charles@comm.polymtl.ca) SEE ALSO grep(1), gzexe(1), gzip(1), zdiff(1), zforce(1), zmore(1), znew(1) ZGREP(1)
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa