nnn/plugins/uidgid
Arun Prakash Jana 1cca9e4b72
shellcheck fixes
2019-11-22 11:13:34 +05:30

10 lines
208 B
Bash
Executable file

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