diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-09 09:11:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-09 09:11:41 +0000 |
commit | 3ac852c895a74f9a4c3b2f187875e4ee4c3a5648 (patch) | |
tree | 8acd0d7674958901d12ce26665975259f7cef4a5 /NEWS | |
parent | c2ff181ecacc90bf4ac74efab7c847389f8e3aeb (diff) | |
download | coreutils-3ac852c895a74f9a4c3b2f187875e4ee4c3a5648.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ GNU coreutils NEWS -*- outline -*- * Major changes in release 5.0.1: +** New programs +- new program: `[' (much like `test') + ** New features - head now accepts --lines=-N (--bytes=-N) to print all but the N lines (bytes) at the end of the file |