Google
 

11/13/06

Use grep to search the .cpp files to find the strings/phrases.

For example, go to the src directory of the expamples of numerical recipes, and
then:
cat *|grep rk4
or
grep rk4

this is very convenient.

No comments: