I have a log file and would like to cut it into copies of 15min. In the log file the lines start with:
dd mmm yyyy hh:mm:ss,xxx
e.g.
12 Feb 2013 16:05:02,xxx log text...
and the file rotates every hour so I would like to take a copy of the log file, split it into 15min of logging and have say 4 log files.
