Martijn Dashorst schrieb:
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


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"

grep -r --include='*.js' -E 'rag|rop' jdk-1.4/wicket

mf

Reply via email to