dotfiles/.local/bin/scripts/tl
2021-01-23 19:55:22 +01:00

3 lines
109 B
Bash
Executable file

#!/bin/sh
case "$1" in [0-9]) depth=$1; shift;; esac
tree -a -L ${depth:-3} --du -h -C "$@" | ${PAGER:-less}