grep -C4 4000020524 filelist.txt
grep -A 100 hoge filelist.txt grep -B 100 hoge filelist.txt
grep -v "除外したいキーワード"
grep -e "^2010\/03\/26 23:\(5\).*$"