i have to write a shell script which continuously runs without exiting and it should check every hour if any new files have been created in the current directory in which it is running. The directory to start with will be a command line argument to the script.
can someone help me with this? which commands should I use?