From: Arun Prakash Jana Date: Sat, 14 Nov 2020 13:53:09 +0000 (+0530) Subject: Add a useful tip. X-Git-Tag: v3.5~2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9e4011073111af45cbbde128b741f24607462f8a;p=nnn.git Add a useful tip. --- diff --git a/plugins/uidgid b/plugins/uidgid index 8e0b197e..d72f1e0a 100755 --- a/plugins/uidgid +++ b/plugins/uidgid @@ -2,6 +2,10 @@ # Description: list uid and gid of files # +# Note: To list UID and GID of all users in a pretty format, run: +# +# cut -d':' -f1,3,4,5 < /etc/passwd | column -ts ":" +# # Shell: POSIX compliant # Authors: Arun Prakash Jana, superDuperCyberTechno