-
Notifications
You must be signed in to change notification settings - Fork 341
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
Labels
Comments
With #101, this should now be possible. |
gardenia
pushed a commit
to gardenia/hdfs
that referenced
this issue
Apr 9, 2022
gardenia
pushed a commit
to gardenia/hdfs
that referenced
this issue
Sep 7, 2022
colinmarc
pushed a commit
to gardenia/hdfs
that referenced
this issue
Jul 11, 2023
Fixes colinmarc#100.
colinmarc
pushed a commit
to gardenia/hdfs
that referenced
this issue
Jul 11, 2023
Fixes colinmarc#100.
colinmarc
pushed a commit
to gardenia/hdfs
that referenced
this issue
Jul 11, 2023
Fixes colinmarc#100.
colinmarc
pushed a commit
to gardenia/hdfs
that referenced
this issue
Jul 11, 2023
Fixes colinmarc#100.
colinmarc
pushed a commit
to gardenia/hdfs
that referenced
this issue
Jul 11, 2023
Fixes colinmarc#100.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 inpaths.go
to somewhere reachable in the library.The text was updated successfully, but these errors were encountered: