[Shell] imbrication if ... else
Résolu/Fermé
A voir également:
- If -ne shell
- Classic shell windows 11 - Télécharger - Personnalisation
- Efi shell version 2.50 - Forum Windows 10
- Shell do while ✓ - Forum Shell
- Shell startup windows 10 - Guide
- Efi shell version 2.31 - Forum Programmation
1 réponse
lami20j
Messages postés
21331
Date d'inscription
jeudi 4 novembre 2004
Statut
Modérateur, Contributeur sécurité
Dernière intervention
30 octobre 2019
3 569
28 mai 2008 à 20:40
28 mai 2008 à 20:40
Salut,
je n'ai pas testé ton code, mais à la première vue il manque un then (voir en gras)
si tu indentes ton code tu gagneras en visibilité ;-)
je n'ai pas testé ton code, mais à la première vue il manque un then (voir en gras)
si tu indentes ton code tu gagneras en visibilité ;-)
if [ $COM = 'ALL' ] then if [ $EXP = 'A'] then echo "ALL A" elif [ $EXP = 'I' ] then echo "ALL I" else echo "ALL E" fi elif [ $COM = 'K' ] if [ $EXP = 'A' ] then echo "K A" elif [ $EXP = 'I' ] then echo "K I" else echo "K E" fi fi
29 mai 2008 à 09:48