Re: Detect file change

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



From: Alan Hoffmeister <alangtk@xxxxxxxxx>
>How can I detect if a folder have changed (sync logic) than run a
>script if it's true?
>>I found this script over the net, but I think it's such complicated for
>that simple thing...

You could do something like (untested):

  CHECKFILE="/path/to/checkfile"
  if [! -f $CHECKFILE]; then touch $CHECKFILE; fi
  find -cnewer $CHECKFILE | myscript.sh
  touch $CHECKFILE

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