I have a sed that I am having trouble understanding where zx is upset. #477
Unanswered
jacobnash
asked this question in
Help needed
Replies: 1 comment
-
well adding replacing \1 with \1 seems to fix it. |
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
-
I am running into an error where I believe zx is overriding my escapes. I don't know where I would start to unravel this one.
Expected Behavior
I am running this : await $
sed -rn 's/archName = "(.*)"/\1/p' ./dist/build.file
the sed command works.
it should return something like aarch64
Actual Behavior
I get this error:
Steps to Reproduce the Problem
sed -rn 's/archName = "(.*)"/\1/p' ./dist/build.file
Specifications
Beta Was this translation helpful? Give feedback.
All reactions