I am setting a cron job on my linux server.
So i am writing a shell script for it,which invoke after every 20 minutes.
In this shell script i need to do following:
I want to executed a php script if something changed(in last 20 min) in mydata.csv file.
So plese tell me how can i do this?
-Thanks