NEWS [6.9.90]: head, od, split and tail accept the standard size suffixes
authorJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 21:57:50 +0000 (22:57 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 7 Feb 2008 21:58:38 +0000 (22:58 +0100)
ChangeLog
NEWS

index 597db63..f37a4ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-07  Jim Meyering  <meyering@redhat.com>
+
+       * NEWS [6.9.90]: Mention the added feature that head, od, split and
+       tail now accept the standard size suffixes (kB, M, MB, G, GB, and
+       so on for T, P, Y, Z, and Y) on arguments to selected options.
+
 2008-02-06  Steven Schubiger  <schubiger@gmail.com>
 
        mkdir, split: write --verbose output to stdout, not stderr.
diff --git a/NEWS b/NEWS
index 3d714fc..e05e1c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -98,6 +98,11 @@ GNU coreutils NEWS                                    -*- outline -*-
   * ls accepts a slightly modified -Z option.
   * ls: contrary to Fedora version, does not accept --lcontext and --scontext
 
+  The following commands and options now support the standard size
+  suffixes kB, M, MB, G, GB, and so on for T, P, Y, Z, and Y:
+  head -c, head -n, od -j, od -N, od -S, split -b, split -C,
+  tail -c, tail -n.
+
   cp -p tries to preserve the GID of a file even if preserving the UID
   is not possible.