diff options
author | Jim Meyering <jim@meyering.net> | 1993-11-15 15:57:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-11-15 15:57:55 +0000 |
commit | c75156c7c84352cc551cf09f63e15a79c15c0800 (patch) | |
tree | f7d0c44a4a292137f1c5ddbf8a55d61338b2740a /old/textutils/NEWS | |
parent | 4bce07bc255df2556f53dda05394025c9e712e2b (diff) | |
download | coreutils-c75156c7c84352cc551cf09f63e15a79c15c0800.tar.xz |
merge with 1.9.1
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index c68b1c58c..4cd0478d7 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,10 @@ +Major changes in release 1.9.1: +* cut no longer ignores the last line of input when that line lacks a + trailing newline character + Major changes in release 1.9: +* `echo a:b:c: | cut -d: -f3-' prints `c:' and + `echo a:b | cut -d: -f1' prints `a'. * the command `printf '\t\n' |fold -w n' now terminates. Before, it wouldn't stop for n less than 8. * sort accepts and ignores -y[string] options for compatibilty with Solaris. |