OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / bzip2 / draft / man1 / bzgrep.1
index 09f768f..f839be8 100644 (file)
@@ -6,16 +6,16 @@
 .\" Translated Thu May  1 12:59:07 JST 2003
 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
 .\"
-.\"WORD:        compress        °µ½Ì
-.\"WORD:        decompress      ¿­Ä¹
+.\"WORD:        compress        圧縮
+.\"WORD:        decompress      伸長
 .\"
 .TH BZGREP 1
 .\"O .SH NAME
-.SH Ì¾Á°
+.SH 名前
 .\"O bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
-bzgrep, bzfgrep, bzegrep \- bzip2 °µ½Ì¤µ¤ì¤Æ¤¤¤ë²ÄǽÀ­¤Î¤¢¤ë¥Õ¥¡¥¤¥ë¤Ç¡¢Àµµ¬É½¸½¤Î¸¡º÷¤ò¤¹¤ë
+bzgrep, bzfgrep, bzegrep \- bzip2 圧縮されている可能性のあるファイルで、正規表現の検索をする
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .B bzgrep
 [ grep_options ]
 .BI  [\ -e\ ] " pattern"
@@ -31,29 +31,29 @@ bzgrep, bzfgrep, bzegrep \- bzip2 
 .BI  [\ -e\ ] " pattern"
 .IR filename ".\|.\|."
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"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.
 .I bzgrep
-¤Ï¡¢bzip2 ¤Ç°µ½Ì¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤ËÂФ·¤Æ
+は、bzip2 で圧縮されたファイルに対して
 .I grep
-¤ò¸Æ¤Ó½Ð¤¹¤¿¤á¤Ë»È¤ï¤ì¤ë¡£
-»ØÄꤵ¤ì¤¿¤¹¤Ù¤Æ¤Î¥ª¥×¥·¥ç¥ó¤Ï
+を呼び出すために使われる。
+指定されたすべてのオプションは
 .I grep
-¤ËľÀÜÅϤµ¤ì¤ë¡£
+に直接渡される。
 .\"O If no file is specified, then the standard input is decompressed
 .\"O if necessary and fed to grep.
-¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢É¸½àÆþÎϤò (ɬÍפǤ¢¤ì¤Ð¿­Ä¹¤·¤¿¸å¤Ç)
+ファイルが指定されない場合は、標準入力を (必要であれば伸長した後で)
 .I grep 
-¤ËÅϤ¹¡£
+に渡す。
 .\"O Otherwise the given files are uncompressed if necessary and fed to
 .\"O .I grep.
-¤½¤ì°Ê³°¤Î¾ì¹ç¤Ï¡¢»Ø¼¨¤µ¤ì¤¿¥Õ¥¡¥¤¥ë¤ò (ɬÍפǤ¢¤ì¤Ð¿­Ä¹¤·¤¿¸å¤Ç
+それ以外の場合は、指示されたファイルを (必要であれば伸長した後で
 .I grep 
-¤ËÅϤ¹¡£
+に渡す。
 .PP
 .\"O If
 .\"O .I bzgrep
@@ -68,17 +68,17 @@ bzgrep, bzfgrep, bzegrep \- bzip2 
 .\"O is used instead of
 .\"O .I grep.
 .I bzgrep
-¤¬
+が
 .I bzegrep
-¤ä
+や
 .I bzfgrep
-¤È¤·¤Æ¸Æ¤Ó½Ð¤µ¤ì¤¿¾ì¹ç¡¢
+として呼び出された場合、
 .I egrep
-¤È
+と
 .I fgrep
-¤¬¤½¤ì¤¾¤ì
+がそれぞれ
 .I grep
-¤ÎÂå¤ï¤ê¤Ë»È¤ï¤ì¤ë¡£
+の代わりに使われる。
 .\"O If the GREP environment variable is set,
 .\"O .I bzgrep
 .\"O uses it as the
@@ -87,22 +87,22 @@ bzgrep, bzfgrep, bzegrep \- bzip2 
 .\"O 
 .\"O     for sh:  GREP=fgrep  bzgrep string files
 .\"O     for csh: (setenv GREP fgrep; bzgrep string files)
-´Ä¶­ÊÑ¿ô GREP ¤¬ÀßÄꤵ¤ì¤¿¾ì¹ç¡¢
+環境変数 GREP が設定された場合、
 .I bzgrep
-¤Ï¤½¤ÎÆâÍƤò
+はその内容を
 .I grep
-¥×¥í¥°¥é¥à¤ÎÂå¤ï¤ê¤Ë¸Æ¤Ó½Ð¤¹¡£
-¤¿¤È¤¨¤Ð¡¢
+プログラムの代わりに呼び出す。
+たとえば、
 
-    sh ¤Î¾ì¹ç:  GREP=fgrep  bzgrep string files
-    csh ¤Î¾ì¹ç: (setenv GREP fgrep; bzgrep string files)
+    sh の場合:  GREP=fgrep  bzgrep string files
+    csh の場合: (setenv GREP fgrep; bzgrep string files)
 .\"O .SH AUTHOR
-.SH Ãø¼Ô
+.SH 著者
 .\"O Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe
 .\"O Troin <phil@fifi.org> for Debian GNU/Linux.
 Charles Levert (charles@comm.polymtl.ca). 
-Debian GNU/Linux ¤Ç»È¤¦¤¿¤á¤Ë
-Philippe Troin <phil@fifi.org> ¤¬ bzip2 ÍѤ˲þºî¤·¤¿¡£
+Debian GNU/Linux で使うために
+Philippe Troin <phil@fifi.org> が bzip2 用に改作した。
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)