Linux之shell脚本编程(二)

9.命令排序 (1)  ; 拼接多个命令没有逻辑关系     [[email protected] test]# ll 123;sh useradd.sh    && 拼接多个命令,有逻辑关系   第一个命令不能执行时,第二个命令也就不能执行 [[email protected] test]# sh useradd.sh && ll 123 [[email protected] test]# ll
相关文章
相关标签/搜索