dotfiles/.local/bin/scripts/tl
2021-06-18 18:02:46 +02:00

3 lines
121 B
Bash
Executable file

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