#!/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