summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-07 22:57:50 +0100
committerJim Meyering <meyering@redhat.com>2008-02-07 22:58:38 +0100
commitdcc6638e460a6bc67814045b14309c0018ada535 (patch)
tree2a7000125198ccf7ff54f2271efb3c9125198dc6 /NEWS
parenta09dadf1004aa07e2c31d95d6c80247fec1fa646 (diff)
downloadcoreutils-dcc6638e460a6bc67814045b14309c0018ada535.tar.xz
NEWS [6.9.90]: head, od, split and tail accept the standard size suffixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d714fc6c..e05e1c318 100644
--- 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.