rwxrob-dot/scripts/topdu
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

5 lines
88 B
Bash
Executable File

#!/bin/sh
# Display fattest files in current directory.
du -sh * | sort -hr | head -11