From: Jim Meyering Date: Sun, 23 Apr 2006 21:38:32 +0000 (+0000) Subject: [New features]: Mention ls's new option, --group-directories-first X-Git-Tag: v6.0~463 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db6a912f8cbd9f5f75b4c88005b32982a45f69e5;p=thirdparty%2Fcoreutils.git [New features]: Mention ls's new option, --group-directories-first --- diff --git a/NEWS b/NEWS index 00e95f2eeb..71752e6c53 100644 --- a/NEWS +++ b/NEWS @@ -108,6 +108,9 @@ GNU coreutils NEWS -*- outline -*- 'nolinks' causes dd to fail if the file has multiple hard links, on hosts that support this (e.g., Solaris 10 and later). + ls accepts the new option --group-directories-first, to make it + list directories before files. + rm now accepts the -I (--interactive=once) option. This new option prompts once if rm is invoked recursively or if more than three files are being deleted, which is less intrusive than -i prompting