I ran this command in SSH to a linux server:

Code:
find . -maxdepth 1 -type d -print | xargs du -sk | sort -rn
It prints out so much that I cant read it because it scrolls off the top of the screen. How do I stop this happening?