Hi All,
I need your valuable suggestion as how to sort the log files based on timestamp. Below is the sample log content.
string May 28 22:07:48 2015 Log data
string May 28 22:07:48 2015 Log data
string May 28 22:07:48 2015 Log data
I would like to sort based on "May 28 22:07:48 2015". It has both numeric and characters. so What is the way to achive dresired output.
Your help will be much appreciated.
Thanks,
Manju