memo

memo dayo.

grep option memo

cat test.txt | grep -v 'hoge'
grep -r 'hoge' *
cat test.txt | egrep -i 'JPG'