From: Brandon Evans <maillists@hosttuls.com>
To: Glynn Clements <glynn.clements@virgin.net>
Cc: Linux Admin <linux-admin@vger.kernel.org>
Subject: Re: How to view a files owner if username is + 8 chars?
Date: Fri, 02 Jul 2004 20:05:48 -0700 [thread overview]
Message-ID: <40E6228C.6030805@hosttuls.com> (raw)
In-Reply-To: <16613.62635.285502.448057@cerise.nosuchdomain.co.uk>
Glynn Clements wrote:
> Brandon Evans wrote:
>
>
> The "stat" utility can handle usernames longer than 8 characters.
> So can the '%u' directive for "find ... -printf ...".
>
> You can get roughly the same behaviour as "ls -l" with:
>
> find $dir -mindepth 1 -maxdepth 1 -printf '%04m %3n %8u %8g %9s %Tb %Td %TY %f %l\n'
>
nice. stat will work just fine. Thank you!
--
Thanks,
Brandon E.
prev parent reply other threads:[~2004-07-03 3:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-02 23:13 How to view a files owner if username is + 8 chars? Brandon Evans
2004-07-02 23:50 ` Glynn Clements
2004-07-03 3:05 ` Brandon Evans [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40E6228C.6030805@hosttuls.com \
--to=maillists@hosttuls.com \
--cc=glynn.clements@virgin.net \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).