« Programmation Bash/Interactions avec l'utilisateur » : différence entre les versions

Contenu supprimé Contenu ajouté
Shadopok (discussion | contributions)
Shadopok (discussion | contributions)
Ligne 33 :
select i in homme femme; do
if [ x$i = xhomme ]; then
echo "Bonjour monsieur"
break
elif [ x$i = xfemme ]; then