Easy way to find inside files on Linux:
grep -r “what youre looking for” *
Yup, that’s it!
Archivo de 4 Noviembre 2009Easy way to find inside files on Linux: grep -r “what youre looking for” * Yup, that’s it! This is just a quick note on how to check email router with exim: exim -bt test@test.com Where test@test.com is the address you’d like to test. |