1

Условия if

if [ condition ]
then
    command
elif [ condition ]
then
    command
else
    command
fi
-----------