I have a program that outputs a logfile with a filename that changes each time it runs, so that I can keep permanent records for each run session.
Is there any utility like "less" that I can use to display the last N lines of the file that has changed most recently?
edit: the most value to me is if I have something that will automatically transition from one file to the next, so I don't have to manually stop "less" and restart it. (if I do that, I might as well type in the filename myself)