要利用 find 的功能來協助,就嘗試寫寫看囉!我的寫法如下:
# find ./ -type f -name \*.php |xargs grep 'localhost'
參考資料:
http://blog.xuite.net/jyoutw/xtech/46682931-grep+%E5%8C%85%E5%90%AB%E5%AD%90%E7%9B%AE%E9%8C%84%E6%AA%94%E6%A1%88%E7%9A%84%E6%96%B9%E6%B3%95--1010206