Imported from ../bash-2.04.tar.gz.
This commit is contained in:
parent
b72432fdcc
commit
bb70624e96
387 changed files with 28522 additions and 9334 deletions
26
tests/new-exp3.sub
Normal file
26
tests/new-exp3.sub
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
:
|
||||
# Set up some dummy variables beginning with _Q
|
||||
_QUANTITY=
|
||||
_QUOTA=
|
||||
_QUOTE=
|
||||
_QUILL=
|
||||
_QUEST=
|
||||
_QUART=
|
||||
|
||||
recho ${!_Q*}
|
||||
|
||||
IFS="-$IFS"
|
||||
|
||||
recho ${!_Q*}
|
||||
recho "${!_Q*}"
|
||||
|
||||
recho ${!_Y*}
|
||||
|
||||
recho "${!_Q* }"
|
||||
|
||||
IFS=$' \t\n'
|
||||
|
||||
set a b c d e f g h i j k l m n o p
|
||||
recho ${!1*}
|
||||
|
||||
recho ${!@*}
|
||||
Loading…
Add table
Add a link
Reference in a new issue