Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux bash if else

if [[ condition ]]
then
  <execute command>
else
  <execute another command>
fi
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #linux #bash
ADD COMMENT
Topic
Name
9+5 =