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