Code: Select all
grep --recursive -n '%%[A-Z_]%%' /opt/lampp/htdocs/*Whats wrong with the regex above I don't seem to getting anything.
Moderator: General Moderators
Code: Select all
grep --recursive -n '%%[A-Z_]%%' /opt/lampp/htdocs/*Code: Select all
grep --recursive -n '%%[A-Z_]+%%' /opt/lampp/htdocs/*