[maijunjin@localhost testGrep]$ grep  ./             #没有结果
[maijunjin@localhost testGrep]$ grep . #没有结果
[maijunjin@localhost testGrep]$ grep ./* #正确写法
./1:1

查找某个目录下的所有文件必须指定*号

05-07 15:43