Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

regex

  1. M

    Regular Expression in GREP?

    I'm doing a regular expression, which works fine in RegExRx or any other RegEx tool I've tested, but when I try to do a GREP using that RegEx, it finds no files. This RegEx finds all the files with a space on either side of the equals. grep -Ri accesslevel = 3 dirname...