In bash `-n` is `non zero length` which is the opposite of `-z` meaning `zero length`. `-n` is semantically identical to `! -z` but `-n`. Signed-off-by: Joe Groocock <me@frebib.net>