|
|
|
||
|
I commonly use the following (or something close to it) to rip through third-party source to find something I'm interested in: find . -name "*.java" -type f | xargs grep someMethod The problem that I usually run into is that directories will have spaces in the names ( find . -name "*.java" -type f -print0 | xargs -0 grep someMethod The And for those of you that are wondering why I have spaces in directories / filenames, A) it's 2005 people, B) I'm developing on Windows where it's more common and C) I'm looking at third-party source (i.e. go b*tch to someone else). |
|
||
|
I am working with a small start-up that is focusing on a business-centric approach to information security. We need proven Java developers to design and build the core systems of the product. If you have the qualities listed below (or know of someone that possesses them), send me an email.
|
|
|
Unless otherwise expressly stated, all original material of whatever nature created by Rob Grzywinski and included in this weblog and any related pages, including the weblog's archives, is licensed under a Creative Commons License. |