Command to find a word in current folder and subfolders


find . -type f -exec grep word /dev/null {} +
'word' is where you have to put the search phrase.

Comments

Popular posts from this blog

CDbConnection failed to open the DB connection mysql 8

/bin/sh^M: bad interpreter: No such file or directory Linux

Send mail from Oracle Solaris OS with attached files