我有一个 shell 脚本,其中有以下几行if [ -z "$xyz" ]和if [ -n "$abc" ],但我不确定它们的目的是什么。谁能解释一下?
if [ -z "$xyz" ]
if [ -n "$abc" ]
shell-script
shell-script ×1