Re: reinventing the wheel? page checker

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



From: Bob Hoffman <bob@xxxxxxxxxxxxxx>

> So thinking of running a script every minute looking for files where the 
> date changed since 'x' date or something like that.
> Anything out there like that?

You have inotify that can monitor a directory for any change of the type you want.
Or make a script that "md5" the files and diff the results with a previous run:
  find $DIR -type f | while read F; do md5sum "$F"; done

JD
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos



[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux