Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e34dbc4fdcae6e21bb186c225f76d399d2656d75
/
.
/
shell
/
ash_test
/
ash-parsing
/
escape3.right
blob: da02a976a9a57adb4153182da61f23c4c9d68dee [
file
] [
log
] [
blame
]
v
:
a \ b \\ c \\\ d \\\\ e
v
:
a \ b \\ c \\\ d \\\\ e
Unquoted
:
.
a
.
.
\.
.
b
.
.
\\
.
.
c
.
.
\\\.
.
d
.
.
\\\\
.
.
e
.
Quoted
:
.
a
.
.
\.
.
b
.
.
\\
.
.
c
.
.
\\\.
.
d
.
.
\\\\
.
.
e
.
done