My Notebook
View My GitHub Profile
by kerner1000
du -hsx * 2>/dev/null | sort -rh | head -10
Note that only files and directories will be considered, for which the current user has read-permissions. There will be no error messages.
source