Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Created June 14, 2019 20:37
Show Gist options
  • Save shubhamagarwal92/ae0a2854a8a589ad04a22d799bbd2b49 to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/ae0a2854a8a589ad04a22d799bbd2b49 to your computer and use it in GitHub Desktop.
shell basics
## ls only directories
# https://unix.stackexchange.com/questions/1645/is-there-any-option-with-ls-command-that-i-see-only-the-directories
ls -ld -- */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment