Find file that contains specific text

cd /

ack “type the text that you are looking for”

this will return the file location and name. Install ack if not installed. Raspbian does not include it you have to install it. sudo apt-get install ack

Leave a comment