Skip to content

Instantly share code, notes, and snippets.

@ahmeti
Last active August 17, 2025 18:27
Show Gist options
  • Save ahmeti/4ad08b8f0c472a17c53e465defd67d55 to your computer and use it in GitHub Desktop.
Save ahmeti/4ad08b8f0c472a17c53e465defd67d55 to your computer and use it in GitHub Desktop.
Linux Command Aliases
alias usage-home = 'du -h --max-depth=1 /home | sort -h'
alias usage-var = 'du -h --max-depth=1 /var | sort -h'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment