Hi All,
1)I want to watch a directiory in unix using a shell script.
2)In case any change happens to any of the files inside that
e.g new file creation
or new directory creation
or any file modification
we need an automated mail.
3)Mailing part i will take care
4)on the part of scheduling we can using any scheduler or use sleep
because the script will run twice a day.
i only wanted to know about the file modification alert part.
Any approach for this?
Thanks,
Deepak