2 lines
74 B
Plaintext
2 lines
74 B
Plaintext
|
function space() { du -ahx --max-depth=1 | sort -h; } && export -f space
|