mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-29 08:29:54 +02:00
10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
recho "A${*:-w}R"
|
|
recho "A${*-w}R"
|
|
recho "A${*}R"
|
|
|
|
set -- ""
|
|
|
|
recho "A${*:-w}R"
|
|
recho "A${*-w}R"
|
|
recho "A${*}R"
|