Last active
August 17, 2025 18:27
-
-
Save ahmeti/4ad08b8f0c472a17c53e465defd67d55 to your computer and use it in GitHub Desktop.
Linux Command Aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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