-
-
Save soundslikeinfo/1292559 to your computer and use it in GitHub Desktop.
[Shell Directory Commands] #shell #SingleLineFunctions #LegacyGISTS
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
du -sh -- * #Retrieves listing of folder sizes inside a shell directory |
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
pwd # reveal current browsing directory | |
du -sh -- * #Retrieves listing of folder sizes inside a shell directory | |
ls # List all directory items | |
ls -a # Reveal hidden items in the list | |
ls -la # List owner and write access | |
ls -gla # Alternate Method |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment