Skip to content

Instantly share code, notes, and snippets.

@twobob
Created October 16, 2022 23:18
Show Gist options
  • Save twobob/2d5797de276c97dc5bfc6969980a2a18 to your computer and use it in GitHub Desktop.
Save twobob/2d5797de276c97dc5bfc6969980a2a18 to your computer and use it in GitHub Desktop.
list disk usage without warnings as precis
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