Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 19:45:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 189057] [PATCH] Adding an option to ls(1) to display file permissions in octal
Message-ID:  <bug-189057-8-IoS0kiWXnK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189057-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189057-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189057

Jilles Tjoelker <jilles@FreeBSD.org> changed:

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

--- Comment #1 from Jilles Tjoelker <jilles@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189057-8-IoS0kiWXnK>