if [[ "x$do_clean_flag" = "x-clean" && -z "$show_me_flag" && "$verify" ... From " help test": -z STRING True if string is empty. ... -z checks whether ...
stackoverflow.com