> Dear developers, > > Today, I read > http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-COLUMNS-179 > and discovered that `select' builtin command was not present in > http://www.gnu.org/software/bash/manual/html_node/Builtin-Index.html#Builtin-Index > although it was present in > http://www.gnu.org/software/bash/manual/html_node/Conditional-Constructs.html#Conditional-Constructs. > > Please add `select' builtin command to > http://www.gnu.org/software/bash/manual/html_node/Builtin-Index.html#Builtin-Index.
`select' is not a builtin command. It's part of the shell language. These are two different things. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/