Created
October 16, 2022 23:18
-
-
Save twobob/2d5797de276c97dc5bfc6969980a2a18 to your computer and use it in GitHub Desktop.
list disk usage without warnings as precis
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
du -cBM --max-depth=1 2> >(grep -v 'Permission denied') | grep -v 'cannot access' | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment