Sign in
coral
/
busybox
/
97edfc42f112a15828aaec886ef7012d24f34d5e
/
.
/
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