![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Thank you. But Code:
while [ 1 ];
select menu_list in "choix 1" "choix 2" "fin"
do
case $menu_list in
"choix 1").... ;;
"choix 2")... ;;
"fin") exit 0 ;;
"") echo "$REPLY invalide option "
esac
done
done
And I get : Code:
.sh[7]: syntax error at line 7 : `while' unmatched |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|