I've installed unixutils,and grep string * can search string in the current directory,
but how to make it search recursively?
|
feedback
|
|
Use the from the man page: -R, -r, --recursive
Read all files under each directory, recursively; this is equiv-
alent to the -d recurse option.
| |||
|
feedback
|
|
Alternatively, if you don't need
| |||
|
feedback
|