From: Jim Meyering Date: Sat, 5 Jul 1997 22:52:33 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~101 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a1cf1abf4daca03983899fa7aca0321bf9d7e062;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 5c1c456328..25761a3df5 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,6 +1,8 @@ Changes in release 1.23 * pr: For compatibility (also more POSIX compliant): Include default separator `TAB' when merging lines of full length. +* tail -N file1 file2 works like head -N file1 file2, except when + POSIXLY_CORRECT is set, in which case it gets an error. Changes in release 1.22 [1.21a]