2002-10-14 16:30:56 +08:00
|
|
|
[4.5.4]
|
2002-11-06 17:21:59 +08:00
|
|
|
* printf: a hexadecimal escape sequence has at most two hex. digits, not three.
|
|
|
|
* The following features have been added to the --block-size option
|
|
|
|
and similar environment variables of df, du, and ls.
|
|
|
|
- A leading "'" generates numbers with thousands separators.
|
|
|
|
For example:
|
|
|
|
$ ls -l --block-size="'1" file
|
|
|
|
-rw-rw-r-- 1 eggert src 47,483,707 Sep 24 23:40 file
|
|
|
|
- A size suffix without a leading integer generates a suffix in the output.
|
|
|
|
For example:
|
|
|
|
$ ls -l --block-size="K"
|
|
|
|
-rw-rw-r-- 1 eggert src 46371K Sep 24 23:40 file
|
|
|
|
* ls's --block-size option now affects file sizes in all cases, not
|
2002-11-09 07:20:38 +08:00
|
|
|
just for --block-size=human-readable and --block-size=si. Fractional
|
|
|
|
sizes are now always rounded up, for consistency with df and du.
|
2002-11-06 17:21:59 +08:00
|
|
|
* df now displays the block size using powers of 1000 if the requested
|
|
|
|
block size seems to be a multiple of a power of 1000.
|
2002-10-14 16:30:56 +08:00
|
|
|
* `yes|nl -s%n' no longer evokes a segfault
|
2002-10-06 14:34:55 +08:00
|
|
|
[4.5.3]
|
2002-10-13 14:04:38 +08:00
|
|
|
* du --dereference-args (-D) no longer fails in certain cases
|
2002-10-10 15:57:35 +08:00
|
|
|
* `ln --target-dir=DIR' no longer fails when given a single argument
|
2002-09-12 20:02:56 +08:00
|
|
|
[4.5.2]
|
2002-10-06 03:17:57 +08:00
|
|
|
* `rm -i dir' (without --recursive (-r)) no longer recurses into dir
|
2002-10-05 16:30:07 +08:00
|
|
|
* `tail -c N FILE' now works with files of size >= 4GB
|
2002-09-30 01:17:28 +08:00
|
|
|
* `mkdir -p' can now create very deep (e.g. 40,000-component) directories
|
2002-09-20 16:59:07 +08:00
|
|
|
* rmdir -p dir-with-trailing-slash/ no longer fails
|
2002-09-18 16:30:57 +08:00
|
|
|
* printf now honors the `--' command line delimiter
|
2002-09-18 16:31:16 +08:00
|
|
|
* od's 8-byte formats x8, o8, and u8 now work
|
2002-09-12 20:02:56 +08:00
|
|
|
* tail now accepts fractional seconds for its --sleep-interval=S (-s) option
|
2002-08-14 21:44:19 +08:00
|
|
|
[4.5.1]
|
2002-09-01 00:02:41 +08:00
|
|
|
* du and ls now report sizes of symbolic links (before they'd always report 0)
|
2002-08-02 22:49:52 +08:00
|
|
|
* uniq now obeys the LC_COLLATE locale, as per POSIX 1003.1-2001 TC1.
|
|
|
|
|
2002-08-04 21:48:07 +08:00
|
|
|
This package is the union of the following:
|
2002-08-26 18:04:05 +08:00
|
|
|
textutils-2.1, fileutils-4.1.11, sh-utils-2.0.15.
|