Quite interestingly there is no simple approach in UNIX / Linux to find a string in the files recursively. Here is the command that you can use
find . -type f -exec grep "string to find" {} \; -print
Subscribe to:
Post Comments (Atom)
All about enterprise SOA architecture, deployment, security, maintenance and performance.
No comments:
Post a Comment