With nushell's "ls", ripgrep return sufix-result, which may caused by hyperlink #2803
-
the file name is
but grep works well. |
Beta Was this translation helpful? Give feedback.
Answered by
ltrzesniewski
May 11, 2024
Replies: 2 comments 1 reply
-
That's a duplicate of #2762. It's caused by the fact that nushell's In nushell, you can write the following though:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BurntSushi
-
Thank you all, I totally understand! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a duplicate of #2762. It's caused by the fact that nushell's
ls
sends ANSI escapes even when piped to another tool.In nushell, you can write the following though: