Category:Operating SystemLinuxOne can use the 'grep' command to locate files that contain a particular keyword or phrase . For example - shell$ grep -R "test" * The above statement will search recursively starting from the current directory in all files and will list out those that contain the keyword 'test'