aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/uidgid
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uidgid')
-rwxr-xr-xplugins/uidgid8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/uidgid b/plugins/uidgid
new file mode 100755
index 0000000..5cffa65
--- /dev/null
+++ b/plugins/uidgid
@@ -0,0 +1,8 @@
+#!/usr/bin/env sh
+
+# Description: list uid and gid of files
+#
+# Shell: POSIX compliant
+# Author: Arun Prakash Jana, superDuperCyberTechno
+
+ls -laht | less