Created
June 14, 2019 20:37
-
-
Save shubhamagarwal92/ae0a2854a8a589ad04a22d799bbd2b49 to your computer and use it in GitHub Desktop.
shell basics
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
## 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