Where is that method/function/class defined at?
About the only reason I kept jEdit around was because of the search function, it was nice using that multi file search when you are on a time crunch and have to mod someone elses code. No more of that shit.
I installed ubuntu on a VM, and was like shit, jEdit’s recursive open plugin isn’t working, what am I going to do, and then I was like duh, grep.
grep -ir “def function_name” *
Get’s it done.
Related Posts:
Tags: Command Line Commando, HowTo, Linux, Tips and Tricks
