On my brand new xubuntu-26.04 I noticed:
GNU tail manpage
-n, --lines=[+]NUM
output the last NUM lines, instead of the last 10; or use -n +NUM to skip NUM-1 lines at the
start
new Rust tail manpage
-n, --lines
Number of lines to print
That leaves out the -n +NUM syntax (which still works, but should be mentioned).
On my brand new xubuntu-26.04 I noticed:
GNU tail manpage
-n, --lines=[+]NUM
output the last NUM lines, instead of the last 10; or use -n +NUM to skip NUM-1 lines at the
start
new Rust tail manpage
-n, --lines
Number of lines to print
That leaves out the -n +NUM syntax (which still works, but should be mentioned).