Skip to content

Instantly share code, notes, and snippets.

@jpalala
Created August 26, 2024 01:37
Show Gist options
  • Select an option

  • Save jpalala/42b26c69d6e7f8a62913884cb09ed5f4 to your computer and use it in GitHub Desktop.

Select an option

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