korn Shell script to get files between two dates - by mad1 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. Read the article
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! Read the article