summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-29 05:33:00 +0000
committerJim Meyering <jim@meyering.net>1996-06-29 05:33:00 +0000
commit8977920253df007f9a8ae5a5b8196bc06d4fdcc6 (patch)
treeb9d5b4c400a6ffec2d32cb2cca7665decd1914e1 /old/fileutils
parent41b9ee88348e8cac9d0b82e96edddc3be754f1a1 (diff)
downloadcoreutils-8977920253df007f9a8ae5a5b8196bc06d4fdcc6.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index cf178c667..5937af99b 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,8 @@
Changes in release 3.13:
+* ls accepts new option --color[=WHEN] where WHEN is `always', `never',
+ or `auto'. --color=never is the default. --color is equivalent
+ to --color=always (documented only in --help message FIXME)
+* new program: dircolors (not yet documented FIXME)
* ls allows 0 as argument to --tabsize (-T) option. Using --tabsize=0
inhibits the use of TAB characters for separating columns.
* you can create a backup of FILE with cp --force --backup FILE FILE. Before,