Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Is it possible to grep? #358

Closed
maks-rafalko opened this issue May 22, 2016 · 5 comments
Closed

Is it possible to grep? #358

maks-rafalko opened this issue May 22, 2016 · 5 comments

Comments

@maks-rafalko
Copy link

ls -la | grep test

Output is:

ls: git: No such file or directory
ls: grep: No such file or directory
ls: |: No such file or directory
@vprigent
Copy link

It seems that we can't use the pipe |
Didn't work for me as well for a ls -a | tail -3

@vlad-shatskyi
Copy link
Contributor

Thank you for reporting this, @borNfreee. I think I know where I introduced this bug. Will let you know when it's fixed, guys.

@vlad-shatskyi
Copy link
Contributor

Should work now, @borNfreee.

@maks-rafalko
Copy link
Author

thank you

@dsandstrom
Copy link

alias | grep git returns all aliases, not just the ones that include the text "git".

I'm using macOS, zsh, v0.4.0 from homebrew.

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

No branches or pull requests

4 participants