JustOS/busybox-1_37_0/shell/ash_test/ash-quoting/dollar_altvalue1.right

17 lines
150 B
Plaintext

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|