Last active
November 10, 2020 08:30
-
-
Save nightcrawler-/555ae23a5ea6e0cf5863a6d24ab436b6 to your computer and use it in GitHub Desktop.
View folder sizes on bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install ncdu | |
# ncdu to show, is interactive, will see for each file | |
# du -h for files | |
# dh -h for available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment