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