2019-02-28 聚會手記
筆記 Note
yan
- find and grep string and show filenames and linenumbers
$ find . -type f -name *.php -print0 xargs -0 grep -n -H google
https://stackoverflow.com/questions/592194/filenames-and-linenumbers-for-the-matches-of-cat-and-grep