Copyright (C) 2000, 2001 Free Software Foundation, Inc.
Published by the Free Software Foundation,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being "GNU General Public License" and "GNU Free Documentation License", with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
@command{grep}は,与えられたパターンリストにマッチするものを含む行を,入 力ファイルで検索します.行の中にマッチしているものが見つかるとき,(デフォ ルトで)標準出力,または,オプションで要求したあらゆる他の出力にコピーし ます.
@command{grep}は,テキストでのマッチを期待しますが,利用可能なメモリ以外 に入力行の長さの制限はなく,行の任意の文字にマッチ可能です.入力ファイル の最後のバイトが改行では無い場合,@command{grep}は暗黙にそれを付加します. 改行は,パターンリストのセパレータでもあるので,テキストの改行文字にマッ チする方法はありません。
Go to the first, previous, next, last section, table of contents.