Friday, 9 November 2007

linux: find string

> grep -r "string" "path"

this will list the lines where the "string" occurs in "path" (folders, files and lines inside files)

No comments: