bash script compare text
if [ $var == "value" ]
then
echo is the same
fi
http://www.tech-recipes.com/rx/209/bournebash-shell-scripts-string-comparison/
(Numbers are -eq)
bash script compare text
if [ $var == "value" ]
then
echo is the same
fi
http://www.tech-recipes.com/rx/209/bournebash-shell-scripts-string-comparison/
(Numbers are -eq)