nnn/plugins/uidgid
2019-10-03 02:24:08 +05:30

9 lines
180 B
Bash
Executable file

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