
13 Jun
2013
13 Jun
'13
2:26 p.m.
Just to caution you... The simple regex approach will only be useful if your records are in a single line as the time-stamps. Otherwise the grep -A/B will come in handy if the 'other target data' is strewn in the file, not necessarily on the same line as the timestamp ala system log file.