- 追加された行はこのように表示されます。
- 削除された行は
このように表示されます。
* 主な要求
** Windowsで使いたい
** 再帰的に使い
** 様々な日本語文字コードのテキストファイルを一発で検索したい
! grepWin
grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces.
* https://code.google.com/p/grepwin/
* Windows用
* GUIツール
* 上記のような日本語対応機能は無い
! jvgrep
* https://github.com/mattn/jvgrep
* Download (windows binaryあり)
** https://github.com/mattn/jvgrep/releases
* 日本語grepが出来るjvgrepというのを作った。
** http://mattn.kaoriya.net/software/lang/go/20110819203649.htm
* マルチプラットフォーム
* コマンドラインツール
* 大量のファイルを -R で検索しようとするとメモリが不足する -> find + xargs などの利用