码迷,mamicode.com
首页 > 系统相关 > 详细

shell中连接符

时间:2016-12-16 02:01:33      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:shell中连接符(并且、和、或者)

(1)command1;command2

使用";"时,不管command1是否执行成功都会执行command2.

(2)command1 && command2

使用"&&"时,只有command1执行成功后,才会执行command2,否则command2不执行.

(3command1 || command2

使用"||"时,command1执行成功后,不执行command2,否则会执行command2,总之command1和command2总有一条要执行

本文出自 “linux运维” 博客,转载请与作者联系!

shell中连接符

标签:shell中连接符(并且、和、或者)

原文地址:http://xxr007.blog.51cto.com/10602872/1883152

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!