aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/uidgid
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-03 00:16:44 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-03 00:16:44 +0530
commit66713730f07ff8fd6ac1222eef880f69f18166cd (patch)
treedaa890de63d9c6b4ed770d21e6e180bc4554f070 /plugins/uidgid
parenta9f60d0353499eac9e94c2c5ae628b5664ab679b (diff)
downloadnnn-66713730f07ff8fd6ac1222eef880f69f18166cd.tar.gz
Add plugin uidgid
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