Skip to content
Discussion options

You must be logged in to vote

Consider an example folder structure, like this:

𝝺 eza -T
a
├── a
├── b
└── c
b
c

In this case, if we list e.g. the contents of a, we'd get:

𝝺 eza -T a
a
├── a
├── b
└── c

Now in a similar way, if we list the contents of the current directory ., that will show up like the directory from which we are viewing the contents:

𝝺 eza -T .
.
├── a
│   ├── a
│   ├── b
│   └── c
├── b
└── c

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wytsai7660
Comment options

Answer selected by wytsai7660
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants