The following commands and options now support the standard size
commit2539b53760dd4efad304e6f5f5e0880b4510d378
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 May 2007 11:45:26 +0000 (3 13:45 +0200)
committerJim Meyering <jim@meyering.net>
Thu, 3 May 2007 11:45:26 +0000 (3 13:45 +0200)
tree409fd46b349d143c65076800a1db5351816c079c
parent4e89cf8fb8ccf01ee1d5c351d9fa327a3735007f
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.
* doc/coreutils.texi (od invocation, head invocation, tail invocation):
Document support for new size suffixes.
(head invocation, tail invocation):
Document that -n uses the same suffixes as -c.
(tail invocation): More-clearly document what leading "+" does.
* src/head.c (usage, string_to_integer): Support new suffixes.
* src/od.c (usage, main): Likewise.
* src/split.c (usage, main): Likewise.
* src/tail.c (usage, parse_options): Likewise.
Prompted by a patch from Evan Hunt.
ChangeLog
doc/coreutils.texi
src/head.c
src/od.c
src/split.c
src/tail.c