[原文] .TH BZGREP 1 [訳文] .TH BZGREP 1 ---------------------------------------- [原文] .SH NAME bzgrep, bzfgrep, bzegrep - search possibly bzip2 compressed files for a regular expression [訳文] .SH 名前 bzgrep, bzfgrep, bzegrep - bzip2 圧縮されている可能性のあるファイルで、正規表現の検索をする ---------------------------------------- [原文] .SH SYNOPSIS .B bzgrep [ grep_options ] .BI [\ -e\ ] " pattern" .IR filename ".\|.\|." .B bzegrep [ egrep_options ] .BI [\ -e\ ] " pattern" .IR filename ".\|.\|." .B bzfgrep [ fgrep_options ] .BI [\ -e\ ] " pattern" .IR filename ".\|.\|." [訳文] .SH 書式 bzgrep [ grep_options ] [\ -e\ ] pattern filename.\|.\|. bzegrep [ egrep_options ] [\ -e\ ] pattern filename.\|.\|. bzfgrep [ fgrep_options ] [\ -e\ ] pattern filename.\|.\|. ---------------------------------------- [原文] .SH DESCRIPTION .IR Bzgrep is used to invoke the .I grep on bzip2-compressed files. All options specified are passed directly to .I 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 .I grep. [訳文] .SH 説明 bzgrep は、bzip2 で圧縮されたファイルに対して grep を呼び出すために使われる。 指定されたすべてのオプションは grep に直接渡される。 ファイルが指定されない場合は、標準入力を (必要であれば伸長した後で) grep に渡す。 それ以外の場合は、指示されたファイルを (必要であれば伸長した後で) grep に渡す。 ---------------------------------------- [原文] .PP If .I bzgrep is invoked as .I bzegrep or .I bzfgrep then .I egrep or .I fgrep is used instead of .I grep. If the GREP environment variable is set, .I bzgrep uses it as the .I grep program to be invoked. For example: [訳文] .PP bzgrep が bzegrep や bzfgrep として呼び出された場合、 egrep と fgrep がそれぞれ grep の代わりに使われる。 環境変数 GREP が設定された場合、 bzgrep はその内容を grep プログラムの代わりに呼び出す。 たとえば、 ---------------------------------------- [原文] for sh: GREP=fgrep bzgrep string files for csh: (setenv GREP fgrep; bzgrep string files) [訳文] sh の場合: GREP=fgrep bzgrep string files csh の場合: (setenv GREP fgrep; bzgrep string files) ---------------------------------------- [原文] .SH AUTHOR Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe Troin for Debian GNU/Linux. [訳文] .SH 作者 Charles Levert (charles@comm.polymtl.ca). Debian GNU/Linux で使うために Philippe Troin が bzip2 用に改作した。 ---------------------------------------- [原文] .SH "SEE ALSO" grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1) [訳文] .SH 関連項目 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1) ----------------------------------------