I want to know is this the right way to find whether the existing file is modified or not ?

Only if the exact difference is of any use. Otherwise simply storing a 128 bit MD5 hash would be the typical approach as it is very economical on space.

There is lots of software that monitor change in directories. Tripwire springs to mind but there are many others. However it appears to me that you might do well to look at CVS as this does all sorts of useful stuff like versioning, *diffs*, rollback, detecting and merging changes where possible, generating conflict files otherwise...... rsync might also be an option.

It really depends on the problem you are trying to solve. But when it comes to syncronising directories of files there has been a *lot* of good work done that you may find very useful.

cheers

tachyon


In reply to Re: existing file is modified or not by tachyon
in thread existing file is modified or not by Madam

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.