Skip to content

Instantly share code, notes, and snippets.

@josfaber
Last active November 20, 2021 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josfaber/36988046f7ef2bd82ed3896c4ac22aaf to your computer and use it in GitHub Desktop.
Save josfaber/36988046f7ef2bd82ed3896c4ac22aaf to your computer and use it in GitHub Desktop.
ducks find largest files and sort
alias ducks='du -cks * | sort -rn | head'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment