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