This might seem like a big hammer for a small problem, but check out AIDE.

It's a tripwire like ( minus the silly licensing ) utility that will checksum files and directory trees and let you know about all changes. It's also configurable enough to ignore changes you aren't interested in.

Sample output:

AIDE found differences between database and filesystem!!
Start timestamp: 2002-09-23 03:30:00
Summary:
Total number of files=18158,added files=1,removed files=1,changed files=0

Added files:
added:/etc/rc3.d/S7snmpdx
Removed files:
removed:/etc/rc3.d/s76snmpdx

End timestamp: 2002-09-23 03:30:04

In reply to Re: Notification of a new file added to directory by kschwab
in thread Notification of a new file added to directory by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.