I am trying to figure out how to find a line in a text file that contains the current date and read from that line to the end of file. The file is a log file that contains a date and time on each line. So once I get to the line that has the current date, I want to start reading from there.
Any ideas of how to do this?
Thanks in advance
Any ideas of how to do this?
Thanks in advance