3 lines
56 B
Text
3 lines
56 B
Text
![]() |
#!/bin/sh
|
||
|
tree -a -L 3 --du -h -C "$@" | ${PAGER:-less}
|