mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-30 00:49:57 +02:00
8 lines
56 B
Plaintext
8 lines
56 B
Plaintext
set -u
|
|
|
|
echo ${#*}
|
|
echo ${*:-bar}
|
|
|
|
echo ${*}
|
|
echo after
|