Say I have some environment variable PROJECT_HOME. I want to find out which file it is set in. How do I do this?
find $HOME -type f -exec grep -Hn 'PROJECT_HOME' {} \;