Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Symbolic links to directories are shown as files #5

Closed
andreyorst opened this issue Aug 3, 2019 · 0 comments
Closed

Symbolic links to directories are shown as files #5

andreyorst opened this issue Aug 3, 2019 · 0 comments

Comments

@andreyorst
Copy link
Owner

Because tree generated by kaktree is built from information provided by ls -1p it can't distinguish links to files and links to directories, because they use identical symbol @ at the end of the filename.

Parsing ls -lF output would be better solution, but harder to do and may not be portable?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant