diff options
author | Jim Meyering <jim@meyering.net> | 2006-04-23 21:46:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-04-23 21:46:54 +0000 |
commit | 972fa947d19b8301db9a211bd8372fb9373b54ce (patch) | |
tree | 2f01e5b3a385415e9a3cd2d02b0749233b327c9a /doc | |
parent | db6a912f8cbd9f5f75b4c88005b32982a45f69e5 (diff) | |
download | coreutils-972fa947d19b8301db9a211bd8372fb9373b54ce.tar.xz |
(Which files are listed): Describe new option: --group-directories-first.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index caea3f466..b9e7ca865 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5544,6 +5544,14 @@ option has been specified (@option{--classify} (@option{-F}), @option{--dereference} (@option{-L}), or @option{--dereference-command-line} (@option{-H})). +@item --group-directories-first +@opindex --group-directories-first +Group all the directories before the files and then sort the +directories and the files separately using the selected sort key +(see --sort option). +That is, this option specifies a primary sort key, +and the --sort option specifies a secondary key. + @item --hide=PATTERN @opindex --hide=@var{pattern} In directories, ignore files whose names match the shell pattern |