June 2011

  • Utilize Grep and Vim

    I was working on a client’s huge website for the past couple weeks that required searching many files for instances of a string. My workflow began running grep in the entire directory. The command outputs the path to file and the line number the phrase was found on. I would then open the file in…