dotfiles/.local/bin/trl

3 lines
56 B
Bash
Executable File

#!/bin/sh
tree -a -L 3 --du -h -C "$@" | ${PAGER:-less}