| findref is a console program that starts in the current working directory and recursively descends into all directories, and for each file (c, java, cpp, etc) searches for the string passed in on the command line. If it finds the string, then the program prints out the location of the file which contains the string and the line which contains the string. |