请问下面的 shell 脚本中 -z 的 z 是哪个单词的缩写?
-z
z
if [ -z $1 ]; then echo "Please input app name" exit 0 fi
zero吧,没几个z开头的单词
的确是 zero