Dan Bolser <[EMAIL PROTECTED]> writes: > Calls to head with negative line numbers should return that number of > lines from the end of the file.
You can use "tail -n 1" for that. "tail -n COUNT" already uses the sign of the count for something different, so it would be confusing if "head" used the sign in the way that you suggest. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils
