aboutsummaryrefslogtreecommitdiff
path: root/ja/man/man1/zgrep.1
diff options
context:
space:
mode:
Diffstat (limited to 'ja/man/man1/zgrep.1')
-rw-r--r--ja/man/man1/zgrep.150
1 files changed, 0 insertions, 50 deletions
diff --git a/ja/man/man1/zgrep.1 b/ja/man/man1/zgrep.1
deleted file mode 100644
index fbe04f9368..0000000000
--- a/ja/man/man1/zgrep.1
+++ /dev/null
@@ -1,50 +0,0 @@
-.\" jpman %Id: zgrep.1,v 1.4 1997/06/12 11:19:37 jsakai Stab %
-.TH ZGREP 1
-.SH 名称
-zgrep \- 圧縮されたファイルに対し正規表現による検索を行う
-.SH 書式
-.B zgrep
-[ grep_options ]
-.BI [\ -e\ ] " pattern"
-.IR filename ".\|.\|."
-.SH 解説
-.IR zgrep
-は、gzip, compress などで圧縮されたファイルに対し
-.I grep
-します。
-指定したオプションは全て
-.I grep
-に渡されます。
-ファイルを指定しないと、
-標準入力が (必要であれば) 伸長され、
-.I grep
-への入力となります。
-ファイルを指定した場合は、指定したファイルが (必要であれば) 伸長され、
-.I grep
-への入力となります。
-.PP
-.I zgrep
-の代わりに
-.I zegrep
-や
-.I zfgrep
-として起動された場合は、
-.I grep
-の代わりに
-.I egrep
-や
-.I fgrep
-が起動されます。
-GREP 環境変数が設定されている場合は、
-.I zgrep
-はそれを起動する
-.I grep
-プログラムとします。例えば、以下のように使用します。
-
- sh では: GREP=fgrep zgrep string files
- csh では: (setenv GREP fgrep; zgrep string files)
-.SH 作者
-Charles Levert (charles@comm.polymtl.ca)
-.SH 関連項目
-grep(1), egrep(1), fgrep(1), zdiff(1), zmore(1), znew(1), zforce(1),
-gzip(1), gzexe(1)