I helped a guy out on a problem before and he's come back to me; I don't want to let him down. Here's what he told me he needs:
Quote:
I want to 'grep' /var/log/httpd/access_log and take an action when the word "resume" is seen. That means someone saw my resume, and it'd be cool if it could ring a bell or something.....maybe just email me with the details. Have you seen any way to do that?
|
The short answer to him, of course, is simply "no, I haven't," but I don't want to let him down. I'm curious myself how to do this.
I looked up File Alteration Monitor (FAM) and DNotify, as well as fileschanged. But these won't help unless I know bash scripting (I don't) or Perl (I don't). I know Java and a bit of 101-level C++, but if there's another solution to this, please let me know.
Any ideas? Thanks!