From: Jim Meyering Date: Sat, 29 Jun 1996 05:33:00 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_12o~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8977920253df007f9a8ae5a5b8196bc06d4fdcc6;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index cf178c6678..5937af99b7 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,