登录
例如:
$name='Marry'
if ["X${name}" == "X"];then
echo "name is empty"
else
echo "name is not empty"
fi
linux+shell脚本 shell repo
07-31