in reply to Re: Find a specific word in a text file
in thread Find a specific word in a text file
Thanks CZ, I found "Today's ID" via
while (<>) {
if (/Today's ID/) {
print $_; }
now I need to move some blank spaces and 4 letters forward to grab five digits.
(sorry, I loose the format of my message when I click to release)