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

ls | grep or ls | wc do not work #6984

Closed
starpit opened this issue Feb 7, 2021 · 1 comment · Fixed by #6985
Closed

ls | grep or ls | wc do not work #6984

starpit opened this issue Feb 7, 2021 · 1 comment · Fixed by #6985
Labels
kind/bug Categorizes issue or PR as related to a bug. plugin/bash-like

Comments

@starpit
Copy link
Contributor

starpit commented Feb 7, 2021

I'm not sure yet what the general solution to this is... especially versus random vfs impls. but it might be a common enough case for us to specialize for.

@starpit
Copy link
Contributor Author

starpit commented Feb 7, 2021

The fix in #6985 is specialized for ls... for now. Once this is proved out, we may want to pull this into the core, to handle grepping and counting of table responses, generally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. plugin/bash-like
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant