Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
shell
/
hush_test
/
hush-quoting
/
dollar_altvalue1.right
blob: 5cd495d3bfab78dd24e6579c294a13975c4c273a [
file
] [
log
] [
blame
]
Unquoted
b c d
|
b
|
|
c
|
|
d
|
Unquoted
'b c'
d
|
b c
|
|
d
|
Unquoted
"b c"
d
|
b c
|
|
d
|
Quoted
b c d
|
b c d
|
Quoted
'b c'
d
|
'b c'
d
|
Quoted
"b c"
d
|
b c d
|