nnn/plugins/uidgid
Arun Prakash Jana cfbb8f2117 Uniform plugins
2020-05-06 10:42:50 +05:30

10 lines
209 B
Bash
Executable file

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