如何让linux连续执行几个命令,出错进停止?
我们可以通过&&连接符来实现:
command1 && command2 && command3
示例:
[root@localhost usr]# ls && pwd
bin&">nbsp; etc games include lib libexec local sbin share src tmp
/usr
时间: 2024-09-16 17:46:27
如何让linux连续执行几个命令,出错进停止?
我们可以通过&&连接符来实现:
command1 && command2 && command3
示例:
[root@localhost usr]# ls && pwd
bin&">nbsp; etc games include lib libexec local sbin share src tmp
/usr