Hi guys,
I have been trying to work out the syntax for this command:
grep ! error_log | find /home/foo/public_html/ -mmin -60
or
grep '[^error_log]' | find /home/baumerf/public_html/ -mmin -60
I need to see all files that have been modified except for those names error_log.
Reading about it here, but only one NOT regex there: http://www.robelle.com/smugbook/regexpr.html
Advice greatly appreciated!
JG