You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-z Verifica se o tamanho do operando da string fornecido é zero;
-n Verifica se o tamanho do operando da string especificado é diferente de zero;
[ $uma_var ] Verifica se uma_var não é a string vazia; se estiver vazio, ele retornará false. [ $str ]