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