Hallo,
How would I write a shellscript that
if (something true)
then (go to this step/line)
else (go to that step/line)
fi
Is this possible?
Or would I need something like
While (something not true)
do (something)
else (go to this step/line)
Can someone point me in the general direction?
How would I write a shellscript that
if (something true)
then (go to this step/line)
else (go to that step/line)
fi
Is this possible?
Or would I need something like
While (something not true)
do (something)
else (go to this step/line)
Can someone point me in the general direction?