Tuesday, May 16, 2017

bash: if else

if [ "$x" == "valid" ]; then
 echo "x has the value 'valid'"
fi

No comments: