Jump to content

Command Crate ¿about?

Recursively search for a string in a directory (grep)

grep -R 'search-string' ~/Some/Path/

Searches for 'search-string' in all files under the specified directory and its subdirectories.

searching [kb:4]