generated at
grep
文字列検索プログラム。
UNIXのかつての標準エディタ、edにある「ファイル全体について(Global)正規表現(Regular Expression)にマッチする行を出力(Print)せよ」という機能だけを取り出したもの。
実に単純なプログラムだが、非常に使いでがある。
grep の主なオプション
-i
大文字と小文字の区別をしない
-n
行番号を左端に出力
-v
pattern を含まない行を出力する
-l
pattern を含むファイルの名前だけを出力する
Boyer–Moore string search algorithm
agrep (approximate grep)
FGREP (DOS command), an external command in some versions of MS-DOS 2.xx