nnn/plugins/uidgid
2019-10-03 00:16:44 +05:30

9 lines
155 B
Bash
Executable file

#!/usr/bin/env sh
# Description: list uid and gid of files
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana, superDuperCyberTechno
ls -laht | less