-
I'm using ripgrap in cygwin termianl, which is running on windows. So the ripgrep is built in windows version, but the cygwin termianl is useing linux path separator (/) instead of windows style, so i need to convert it into linux style before i reuse the file path in the output of ripgrep. Is there any param to contral the path separator style of ripgrep output? |
Beta Was this translation helpful? Give feedback.
Answered by
oyealex
Oct 24, 2024
Replies: 1 comment
-
I find what i want: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oyealex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find what i want:
--path-separator=/
, that's great!