korn shell script to get the most recent file for a given day
- by mad1
HI,
I have a list of files from the last 7 days. From this list, if there are multiple files on a certain day, i need to get the latest for that day using korn shell script.
Please help!