My experiments generate several log files, which I sometimes monitor manually. Some of the log files have an error message in the last line.
I want to open all log files with the cursor located at the last line. One solution can be
vim file1.log:128 file2.log:277 with last line numbers 128 and 277 determined by some wrapper code.
Is there a simpler solution?
-q