mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
# Description: list uid and gid of files
|
||
|
#
|
||
|
# Shell: POSIX compliant
|
||
|
# Author: Arun Prakash Jana, superDuperCyberTechno
|
||
|
|
||
|
ls -laht | less
|