Greetings all..
I am not sure if this is the right place for this or not so here goes...
I am working on a script which needs to be able to look in a directory for files created that day and copy them elsewhere. The name format of the files is the same execpt for the last 4 characters which are random numbers so I need to be able to pull based on date.
Any ideas as to the best way to handle this?
would 'find' be the way to go or should I use something else?

