Last active
November 27, 2022 09:25
-
-
Save BitsAndAtoms/4fe6f9b955589f9671f49723d6680934 to your computer and use it in GitHub Desktop.
Linux commands
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
| git status -u --ignored | |
| ls -lah | |
| top | |
| du -h --max-depth=1 | sort -rh | |
| kilall -u username | |
| disk usage: df -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment