🌈 搜索
📅  最后修改于: 2022-03-11 14:48:52.295000             🧑  作者: Mango
if [ -z "$variable" ]; then echo "$variable is null"; else echo "$variable is not null"; fi