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...