Showing posts with label java unix commandline linux. Show all posts
Showing posts with label java unix commandline linux. Show all posts

Friday, July 4, 2008

UNIX command all time favourite

search in all java classes of current subdirectory if a certain string exists and print the lines and filenames to std out....

it can be as simple as that....




find . -name "*.xml" -exec grep EMB {} \+

My "sun" Blogroll

My "podcast" Blogroll