标签:sp c amp r bs d shell 命令 nbsp
command1&command2&command3 三个命令同时执行 command1;command2;command3 不管前面命令执行成功没有,后面的命令继续执行 command1&&command2 只有前面命令执行成功,后面命令才继续执行
;,&,&&,shell,区别
原文地址:http://www.cnblogs.com/taosim/p/4000716.html