fs.readFile(FILE_LOCATION, function (err, data) { if (err) throw err; if(data.includes('search string')){ console.log(data) } });