Last active
October 18, 2021 19:59
-
-
Save AndrewSepic/bf3e517a6555fc209630961878120837 to your computer and use it in GitHub Desktop.
My Favourite Linux/Terminal Commands
This file contains 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
// Disk Usage | |
// -h Human readable -dX depth of returned folders /filepath where the du command initiates | |
du -h -d2 /sites/onsmd | |
// Remove Directory with Files | |
rm -rf filname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment