]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 29 Jun 1996 05:33:00 +0000 (05:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Jun 1996 05:33:00 +0000 (05:33 +0000)
old/fileutils/NEWS

index cf178c667823aec0308e7a9d6ea6816ff9efbaac..5937af99b7afb5aa49ff460e75f576cd374cc0ef 100644 (file)
@@ -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,