I've got a number of .conf files in the following "lxadmin" directory and suspect that the text "tanguay.info" is in one of them somewhere.
I do this command:
cat /etc/httpd/conf/lxadmin/* | grep "tanguay.info"
And it tells me:
cat: /etc/httpd/conf/lxadmin/forward: Is a directory
Include /home/httpd/tanguay.info/conf/lxadmin.tanguay.info
So I know that it is in there somewhere, but it doesn't tell me in which file.
How can I get it to also tell me in which file the text is located?