I exported a list of results as a txt file and, as part of a script, I was using the line count as the amount of files to look through.
However, there's an extra line break at the end of the file, leading to a blank line, so the amount of files is actually one less than the line count.
Not a big deal, but I figured I'd point it out. I think that blank line should be trimmed.