How to Search for File Contend in Specific Files
find . -iname “*.cpp” -print | xargs grep “main(” -s
-s = silent – no error messages
Comments Off on How to Search for File Contend in Specific Files
find . -iname “*.cpp” -print | xargs grep “main(” -s
-s = silent – no error messages
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.