Tuesday 17 May 2011

Bash: recursive search for content in a file

Recursive search example using find, xargs and grep:

This will search all directories recursively, looking for all files containing the term "search:search"

No comments: