nt9856x/BSP/busybox/shell/ash_test/ash-quoting/dollar_altvalue1.right
2023-03-28 15:07:53 +08:00

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|