lr

File list utility combining features from ls, find, stat, and du

brewmacoslinux
Try with needOr install directly
Source

About

File list utility with features from ls(1), find(1), stat(1), and du(1)

Commands

lr

Examples

List files with detailed information including size and permissions$ lr -lh
Find all files modified in the last day with full details$ lr -t -1d
Recursively list directory tree with file sizes$ lr -R -h /path/to/directory