diff options
author | Jim Meyering <jim@meyering.net> | 2006-04-23 21:38:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-04-23 21:38:32 +0000 |
commit | db6a912f8cbd9f5f75b4c88005b32982a45f69e5 (patch) | |
tree | 634bf643c75601958261603abb3d2a65a7ddaab2 | |
parent | 513c5ec411e0ebc5990d76096ba00f42f493f688 (diff) | |
download | coreutils-db6a912f8cbd9f5f75b4c88005b32982a45f69e5.tar.xz |
[New features]: Mention ls's new option, --group-directories-first
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |