I have a large slow query log file. i want to check the queries of a particular date in last week. Its very tough to scan the file and go the particular date.
Is there any command to extract the slow log queries of a particular date from that large file ?
Any linux command or something..
Thanks