The Wayback Machine - https://web.archive.org/web/20200916203902/https://github.com/colinmarc/hdfs/issues/100
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recursive `ls`, ala `ls -R` #100

Open
Shastick opened this issue Feb 12, 2018 · 1 comment
Open

recursive `ls`, ala `ls -R` #100

Shastick opened this issue Feb 12, 2018 · 1 comment

Comments

@Shastick
Copy link
Contributor

@Shastick Shastick commented Feb 12, 2018

It would be nice to be able to list directories recursively, ala ls -lR.

I'm currently patching the library to be able to return a list of files living beneath a given root, and it looks like a recursive ls could be obtained easily (both for the CLI and the lib') by moving the walk function found in paths.go to somewhere reachable in the library.

@colinmarc
Copy link
Owner

@colinmarc colinmarc commented Apr 19, 2018

With #101, this should now be possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.