Martijn Dashorst schrieb:
Martijn please don't hit me for this, or as a former college of mine always says: "grep is one of the most underestimated unix commands"The benefits of unix:find jdk-1.4/wicket -name "*.js" | xargs grep -E "rag|rop"delivers jdk-1.4/wicket/src/main/java/org/apache/wicket/ajax/wicket-ajax.js
grep -r --include='*.js' -E 'rag|rop' jdk-1.4/wicket mf