.\"O .TH BZGREP 1 .TH BZGREP 1 .\"O ---------------------------------------- .\"O .SH NAME .\"O bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression .SH åå‰ bzgrep, bzfgrep, bzegrep \- bzip2 圧縮ã•れã¦ã„ã‚‹å¯èƒ½æ€§ã®ã‚るファイルã§ã€æ£è¦è¡¨ç¾ã®æ¤œç´¢ã‚’ã™ã‚‹ .\"O ---------------------------------------- .\"O .SH SYNOPSIS .\"O .B bzgrep .\"O [ grep_options ] .\"O .BI [\ -e\ ] " pattern" .\"O .IR filename ".\|.\|." .\"O .br .\"O .B bzegrep .\"O [ egrep_options ] .\"O .BI [\ -e\ ] " pattern" .\"O .IR filename ".\|.\|." .\"O .br .\"O .B bzfgrep .\"O [ fgrep_options ] .\"O .BI [\ -e\ ] " pattern" .\"O .IR filename ".\|.\|." .SH æ›¸å¼ \fBbzgrep\fP [ grep_options ] \fB[\ \-e\ ]\fP\fI pattern\fP \fIfilename\fP.\|.\|. .br \fBbzegrep\fP [ egrep_options ] \fB[\ \-e\ ]\fP\fI pattern\fP \fIfilename\fP.\|.\|. .br \fBbzfgrep\fP [ fgrep_options ] \fB[\ \-e\ ]\fP\fI pattern\fP \fIfilename\fP.\|.\|. .\"O ---------------------------------------- .\"O .SH DESCRIPTION .\"O .IR Bzgrep .\"O is used to invoke the .\"O .I grep .\"O on bzip2-compressed files. All options specified are passed directly to .\"O .I grep. .\"O If no file is specified, then the standard input is decompressed .\"O if necessary and fed to grep. .\"O Otherwise the given files are uncompressed if necessary and fed to .\"O .I grep. .SH 説明 \fIbzgrep\fP ã¯ã€bzip2 ã§åœ§ç¸®ã•れãŸãƒ•ァイルã«å¯¾ã—㦠\fIgrep\fP を呼ã³å‡ºã™ãŸã‚ã«ä½¿ã‚れる。 指定ã•れãŸã™ã¹ã¦ã®ã‚ªãƒ—ション㯠\fIgrep\fP ã«ç›´æŽ¥æ¸¡ã•れる。 ãƒ•ã‚¡ã‚¤ãƒ«ãŒæŒ‡å®šã•れãªã„å ´åˆã¯ã€æ¨™æº–入力を (å¿…è¦ã§ã‚れã°ä¼¸é•·ã—ãŸå¾Œã§) \fIgrep\fP ã«æ¸¡ã™ã€‚ ãれ以外ã®å ´åˆã¯ã€æŒ‡ç¤ºã•れãŸãƒ•ァイルを (å¿…è¦ã§ã‚れã°ä¼¸é•·ã—ãŸå¾Œã§) \fIgrep\fP ã«æ¸¡ã™ã€‚ .\"O ---------------------------------------- .\"O .PP .\"O If .\"O .I bzgrep .\"O is invoked as .\"O .I bzegrep .\"O or .\"O .I bzfgrep .\"O then .\"O .I egrep .\"O or .\"O .I fgrep .\"O is used instead of .\"O .I grep. .\"O If the GREP environment variable is set, .\"O .I bzgrep .\"O uses it as the .\"O .I grep .\"O program to be invoked. For example: .PP \fIbzgrep\fP ㌠\fIbzegrep\fP ã‚„ \fIbzfgrep\fP ã¨ã—ã¦å‘¼ã³å‡ºã•れãŸå ´åˆã€ \fIegrep\fP 㨠\fIfgrep\fP ãŒãれãžã‚Œ \fIgrep\fP ã®ä»£ã‚りã«ä½¿ã‚れる。 環境変数 GREP ãŒè¨å®šã•れãŸå ´åˆã€ \fIbzgrep\fP ã¯ãã®å†…容を \fIgrep\fP プãƒã‚°ãƒ©ãƒ ã®ä»£ã‚りã«å‘¼ã³å‡ºã™ã€‚ ãŸã¨ãˆã°ã€ .\"O ---------------------------------------- .\"O .\"O for sh: GREP=fgrep bzgrep string files .\"O for csh: (setenv GREP fgrep; bzgrep string files) sh ã®å ´åˆ: GREP=fgrep bzgrep string files csh ã®å ´åˆ: (setenv GREP fgrep; bzgrep string files) .\"O ---------------------------------------- .\"O .SH AUTHOR .\"O Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe .\"O Troin <phil@fifi.org> for Debian GNU/Linux. .SH 作者 Charles Levert (charles@comm.polymtl.ca). Debian GNU/Linux ã§ä½¿ã†ãŸã‚ã« Philippe Troin <phil@fifi.org> ㌠bzip2 ç”¨ã«æ”¹ä½œã—ãŸã€‚ .\"O ---------------------------------------- .\"O .SH "SEE ALSO" .\"O 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) .\"O ----------------------------------------