bash和shell是linux下的不同程序,大体功能是一样的,但是命令的解释上(语句的执行)有细微的差别。
if [ "A" == "B" ]; then
shell,];后不能有空格
];
if [ "A" == "B" ];then
-e