日期:2014-05-16  浏览次数:20716 次

linux下grep命令
grep -rn "hello,world!" ./

./ : 表示路径为当前目录.

-r 是递归查找

-n 是显示行号