linux grep 查询 多个文件中的 一个信息 echo
[yelenn@localhost ~]$ grep echo *.sh
gor.sh:echo go $0
mnt.sh:echo "mount //PC-20190726WDWD/share /mnt/win"
rgo.sh:echo go $0 $1
[yelenn@localhost ~]$
linux grep 查询 多个文件中的 一个信息 echo
[yelenn@localhost ~]$ grep echo *.sh
gor.sh:echo go $0
mnt.sh:echo "mount //PC-20190726WDWD/share /mnt/win"
rgo.sh:echo go $0 $1
[yelenn@localhost ~]$