Rick Companje
Notes
Contact
grep
show only one occurence per file
grep -rl "string" .
search all files recursively in all folders
grep -r "string" .