Hi, Need to get the files between two given dates. If there are multiple files on one day get the latest of the files for that day.
|
|
I haven't tried it out, but there's a mailing list post about finding files between two dates. The relevant part:
|
||
|
|
|
|
in bash shell, just an example, you can use the -nt test operator (korn shell comes with it also, if i am not wrong).
|
||
|
|
