You are looking for -H option in gnu grep. find . -name '*bills*' -exec grep -H "put" {} \;. Here is the explanation.
確定! 回上一頁