aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/uidgid
blob: 5cffa65a69984600fcd1028d59bcb0844e150789 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh

# Description: list uid and gid of files
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana, superDuperCyberTechno

ls -laht | less