summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-12-08 08:38:37 +0000
committerJim Meyering <jim@meyering.net>2003-12-08 08:38:37 +0000
commita6616a3786e3751c34f77100530796b141e84cb8 (patch)
tree3c4f0c38168ccb63a3c9e13e36207713c6ec93f6 /NEWS
parentdb98a73a397ad97ae187373fcdeeb869f381e2f3 (diff)
downloadcoreutils-a6616a3786e3751c34f77100530796b141e84cb8.tar.xz
* NEWS: ls -l (and similar options) now adjust all columns to
fit the data. Generalized from a suggestion by Leah Q for file sizes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c8b00f52b..feb56b914 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,13 @@ GNU coreutils NEWS -*- outline -*-
(--dereference-args, aka -D) rather then the current meaning of --si.
Now, using -H elicits a warning to that effect.
+ When given -l and similar options, ls now adjusts the output column
+ widths to fit the data, so that output lines are shorter and have
+ columns that line up better. This may adversely affect shell
+ scripts that expect fixed-width columns, but such shell scripts were
+ not portable anyway, even with old GNU ls where the columns became
+ ragged when a datum was too wide.
+
** Bug fixes
printf, seq, tail, and sleep now parse floating-point operands