Last active
March 31, 2025 21:27
-
-
Save ivkremer/981940748006df3ece7e586925426ec5 to your computer and use it in GitHub Desktop.
Useful aliases for Bash
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 l="ls -AlGht" | |
| alias dirsize="du -hs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment