[Bug 230717] ls: add option to group directories first

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 17 21:00:03 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230717

            Bug ID: 230717
           Summary: ls: add option to group directories first
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: vermaden at interia.pl

The GNU ls has --group-directories-first option which FreeBSD's ls(1) lacks.

% gls
bin   COPYRIGHT  etc  libexec  mnt  proc    root  sys  usr
boot  dev        lib  media    net  rescue  sbin  tmp  var

% gls --group-directories-first
bin   dev  lib      media  net   rescue  sbin  usr  COPYRIGHT
boot  etc  libexec  mnt    proc  root    tmp   var  sys

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list