mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 01:20:00 +02:00
8 lines
54 B
Plaintext
8 lines
54 B
Plaintext
set -u
|
|
|
|
echo ${#@}
|
|
echo ${@:-bar}
|
|
|
|
echo $@
|
|
echo after
|