Hello everyone. I am brand new to UNIX and need write a script that will run every ten mins. The script will look at a directory full of files that have been FTPed to it. The logic will be:
1) Look at a directory for new files that have an extension of ".send"
2) If there are new ".send" files, email the file names only to an email address
3) Do nothing if there are no new ".send" files
Is this possible? How would I code this in a script?
Thanks in advance for any help