I want to ask is it possible to give multiple statements to be executed when if condition gets satisfied by doing just
if[condition] then
statements
else
statements
fi
or we have to do something else like using do.....done around that block of statements