grep -rn "afdfsdfasd" ./ |grep -v "svn" |grep -v "log....." |grep ............
可以 在 gerp的结果中,无数次筛选,剔除不要的结果 通过使用: grep -v 选项 。