How can I list folders from within the terminal, which command should I use?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
If you want to be able to distinguish folders from files easily, use something like |
|||
|
|
|
to list only folders try: |
|||||
|
include hidden files '-a' grep ^d get start with 'd' wich means directory when name starts with dot directory is hidden to list recursively see this
|
|||
|
|
|
|
|||
|
|
|
As I am a very inexperienced user I love this website. It tells you all you want to know about bash commands, in some cases it even gives you examples. Very useful. In your case:
|
|||
|
|