linux就该这么学pdf免费下载
l="cools";
if [ "$l" == "cool" ]
then
echo "Cool Beans"
elif [ "$l" == "cools" ]
then
echo "cools"
else
echo "Not Find"
fi
~
转载请注明:谷谷点程序 » linux下一个简单的shell脚本
转载请注明:谷谷点程序 » linux下一个简单的shell脚本