Please pardon the simplicity of this question, I kind of got thrown into these responsibilities at the last minute without training.
I
I need to move a file called status10.dat to a different directory using korn scripting.
cp status10.dat* /cerner/d_p19/ccluserdir
I only want to do this if the file is equal to today's date. Is it possible to check before moving the file?
Thanks in advance