Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash test boolean

the_world_is_flat=true
# ...do something interesting...
if [ "$the_world_is_flat" = true ] ; then
    echo 'Be careful not to fall off!'
fi
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #bash #test #boolean
ADD COMMENT
Topic
Name
1+5 =