[Bug 189057] [PATCH] Adding an option to ls(1) to display file permissions in octal

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 20 19:45:12 UTC 2015


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

Jilles Tjoelker <jilles at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles at FreeBSD.org

--- Comment #1 from Jilles Tjoelker <jilles at FreeBSD.org> ---
I'm a bit wary of adding additional option letters to ls(1).

A similar effect can be obtained using stat(1). For example,

stat -f '%.1Sp%Mp%Lp %3l %8Su %8Sg %8Z %Sm %N' -t '%b %e %H:%M' PATHNAMES

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


More information about the freebsd-bugs mailing list