Fred James wrote: > My brain is stuck - trying to remember how to search all text files on > the machine for matches to a text string. Any nudges? > find . -type f | xargs file | grep -i text | cut -f1 -d: | xargs grep "search for this" From: http://www.unixreview.com/documents/s=1237/urm0103h/0103h.htm