]> Sergey Matveev's repositories - nnn.git/commitdiff
Add a useful tip.
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 14 Nov 2020 13:53:09 +0000 (19:23 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 14 Nov 2020 13:53:09 +0000 (19:23 +0530)
plugins/uidgid

index 8e0b197ee12661e65d50c19f2c325cf9bed250f7..d72f1e0a4f1bbb7c362390f69f1fcef548637450 100755 (executable)
@@ -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