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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"