grep

潟若若菴遵

TIPS

grep でマッチした箇所に色を付ける

   % export GREP_COLOR="01;34"
   % export GREP_OPTIONS="--color=auto"
   % echo 'hello world' | grep hello

元ネタ

http://taka.no32.tk/diary/20051227.html#p04