Good day all,
I need you guys assistance on this problem I can't figure out how to go around this at the moment.
I have a file that contains dates in the format below.
03\03\2010
04\03\2010
05\03\2010
06\03\2010
07\03\2010
08\03\2010
09\03\2010
10\03\2010
. . .
. . .
. . .
I want to get the line number of any specified date string from the file.
That is if I want to get the line number of 09\03\2010 how can I achieve this.