Skip to content

Instantly share code, notes, and snippets.

@co3moz
Created April 24, 2017 14:31
Show Gist options
  • Save co3moz/60a251d7070405fffd89a2ce1894919d to your computer and use it in GitHub Desktop.
Save co3moz/60a251d7070405fffd89a2ce1894919d to your computer and use it in GitHub Desktop.
alias biggestfile='du -cks * | sort -rn | head'
alias freedisk='df -h'
alias foldersize='du -hs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment