What is the difference between using = and == in a BASH double square bracket if conditional?
if [[ $FILE == $GLOB ]] ;then
What is the difference between using = and == in a BASH double square bracket if conditional?
if [[ $FILE == $GLOB ]] ;then