June 2003
Beginner to intermediate
944 pages
43h 1m
English
select
select
name [ in
wordlist
; ]
do
commands
done
Choose a value for name by displaying the words in wordlist to the user and prompting for a choice. Store user input in the variable REPLY and the chosen word in name. Then execute commands repeatedly until they execute a break or return. The default prompt can be changed by setting the PS3 shell variable.
Read now
Unlock full access