Using grep to search in files
Wednesday, November 5th, 2008I'm moving away from eclipse and more and more into the wonderfull (and cold) world of the command line. So I need to search for file that contain something in the current directory and its subdirectories all the time grep -R "something I'm searching for" . Grep is the way. And with some ...