Hello Friends,
am trying to compare two log files using java, but in that comparision i would like to ignore some lines which strats with Rate, start, stop....etc.

and i would like to compare them avoiding the first 14 characters (DATE and time format)of the each line.

Dont know how to achieve this please suggest me in this
Thank you in advance