John's Blog

My new favorite bash command to find a string in a folder of files (recursively).

find . -name '*' | xargs grep -l thing


To Tumblr, Love Metalab