I got the following format ,
2015-04-12 11:22:04,876 - Logs - Error: OSError(16, 'Error in NAS')
2015-04-12 11:37:37,242 - Logs - Error: OSError(16, 'Error in NAS')
I want to get only last 10 mints lines when and search for "OSError(16, 'Error in NAS')"
I cant grep and for the error but couldn't implement dates and timing for grep
any advise