Skip to content

Instantly share code, notes, and snippets.

@soundslikeinfo
Last active November 29, 2019 22:34
Show Gist options
  • Save soundslikeinfo/1292559 to your computer and use it in GitHub Desktop.
Save soundslikeinfo/1292559 to your computer and use it in GitHub Desktop.
[Shell Directory Commands] #shell #SingleLineFunctions #LegacyGISTS
du -sh -- * #Retrieves listing of folder sizes inside a shell directory
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