My opinion
Tuesday, January 8, 2013
AIX find a string in files
To find the string "str" in all files ending with "java" in the current folder (.),
find . -name '*java' -exec grep -i 'str' {} \; -print
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment