grep -H -r --include=*.java "some text" . # -H just print file names # -r recursively under the specified dir # --include=*.java look for only *.java files
No comments:
Post a Comment