Following is a basic output of ls -ltrh
(in Solaris):
-rw--r--r-- 57 oracle dba 1.9K Jan 18 14:38 file001.log
-rw--r--r-- 30 oracle dba 1.0K Jan 18 14:41 file002.log
-rw--r--r-- 8 oracle dba 272B Jan 18 15:33 file003.log
-rw--r--r-- 8 oracle dba 272B Jan 18 15:35 file004.log
The application output for time is always in the following format (can not be changed), based on which I need to select the files >= date:
01/18/2016 14:41
In the above case, I need all files from Jan 18, with timestamp of 14:41 and newer.