Sign in
coral
/
busybox
/
c3295d233b6a7d924814eec9a5c5999a876daf9e
/
.
/
shell
/
ash_test
/
ash-quoting
/
dollar_altvalue9.right
blob: 39342fe7c039512512b0b6cc9e45d29cace8dbf4 [
file
] [
log
] [
blame
]
Unquoted
1
:
|
a
|
|
x y
|
|
1
|
|
2
|
||
|
1
2
|
|
A
|
|
B
|
|
C D
|
|
zb
|
Quoted
1
:
|
a
'x y'
1
2
''
1
2
A B C D zb
|
Unquoted
2
:
|
ax y
|
|
1
|
|
2
|
||
|
1
2
|
|
A
|
|
B
|
|
C D
|
|
z
|
|
b
|
Quoted
2
:
|
a
'x y'
1
2
''
1
2
A B C D z b
|