Today I was looking over a script I wrote awhile back that searches through a large log file looking for the last entry with a certain keyword in the file and then parses out a value. I was using something like… #The number 1255345 is completely arbitrary. tail -1255345 /some/log.log | grep searchword | tail […]