ITMan Documents

This Weblog Just Created For Document Sysadmin Challenges

condition with if statement

if command
then
commands
fi
if command
then
commands
else
other commands
fi
if command
then
command set 1
elif command
then
command set 2
elif command
then
command set 3
else
command set 4
fi
Last updated on 26 Oct 2020
Published on 23 Nov 2018