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

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

recursive ls, ala ls -R #100

Shastick opened this issue Feb 12, 2018 · 1 comment

Comments

@Shastick
Copy link
Contributor

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

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 that referenced this issue Jul 11, 2023
colinmarc pushed a commit to gardenia/hdfs that referenced this issue Jul 11, 2023
colinmarc pushed a commit to gardenia/hdfs that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit that referenced this issue Jul 11, 2023
colinmarc pushed a commit to gardenia/hdfs that referenced this issue Jul 11, 2023
colinmarc pushed a commit to gardenia/hdfs that referenced this issue Jul 11, 2023
colinmarc pushed a commit to gardenia/hdfs that referenced this issue Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants