How do I find this?
Posted: Sat Oct 27, 2007 12:39 am
I am using the following Linux command to attempt to locate some language codes in a application:
The format of the language code is something like %%THIS_IS_A_LANGUAGE_CODE%%
Whats wrong with the regex above I don't seem to getting anything.
Code: Select all
grep --recursive -n '%%[A-Z_]%%' /opt/lampp/htdocs/*Whats wrong with the regex above I don't seem to getting anything.