Created
July 12, 2012 10:33
-
-
Save jurka/3097289 to your computer and use it in GitHub Desktop.
normal data usage for linux
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
| # display data usage in megabytes for each file in folder sorted from biggest to lowes | |
| du -shm *| sort -rg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment