I need to sort a list of files based on aphabetical order, and files in each such group should be in sorted in timestamp.
ie,
Resultant Files list should look like ,
Files-names starts with A in sorted timestamp, then
Files-names starts with B in sorted timestamp then
Files-names starts with C in sorted timestamp and so on.