nnn/plugins/uidgid

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