du -cks * | sort -rn | head -11
alias ducks='while read -r line;do du -sh "$line";done < <(ls -1A) | sort -rh | head -n11'
Created
August 26, 2024 01:37
-
-
Save jpalala/42b26c69d6e7f8a62913884cb09ed5f4 to your computer and use it in GitHub Desktop.
du -cks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment