grep -R -w -l
'boot'
/etc
只顯示文件名不顯示內容
-R 遞歸?
root@ubuntu:/home/www/apollo/static/js# grep -R -w -l 'Oracle執行統計' ./
./189.4cc96b6d078107d8613e.js
./70.8e3d20c35a0fee5be98c.js
./aaa.txt
./163.5cf37bbaef20676e85f2.js
root@ubuntu:/home/www/apollo/static/js#