dev:bash:structure-if
Ceci est une ancienne révision du document !
Structure de contrôle if en bash
if condition
then
commande 1
...
commande n
elseif condition 2
then
...
else
...
fi
Références
dev/bash/structure-if.1498553806.txt.gz · Dernière modification : 2021/02/01 21:51 (modification externe)