How can I get the grep command to find specific words in the files specified in the routes found by the locate command?
locate my.cnf | grep user
(I want the grep command to look for the word "user" in the files found for the locate command)
source share