nnn/plugins/uidgid

10 lines
208 B
Plaintext
Raw Normal View History

2019-10-02 18:46:44 +00:00
#!/usr/bin/env sh
# Description: list uid and gid of files
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana, superDuperCyberTechno
2019-11-21 20:44:25 +00:00
# shellcheck disable=SC2012
2019-10-02 20:54:08 +00:00
ls -lah --group-directories-first | less