To find where a particular piece of code is, or where some class is hidden, use the nice linux feature:
find | xargs grep 'CodeToFindGoesHere'
This searches all directories recursively for that code segment.
Saturday, August 8, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment