Skip to content

Instantly share code, notes, and snippets.

@meresmclr
Created September 2, 2016 05:01
Show Gist options
  • Save meresmclr/527d5eb66b721f84404f595f5e81b4ea to your computer and use it in GitHub Desktop.
Save meresmclr/527d5eb66b721f84404f595f5e81b4ea to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# finds N biggest directories.
# Alternative is "ncdu" a graphical biggest file program
\du -hd1 $1 | sort -h | head -n 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment