iT邦幫忙

第 12 屆 iThome 鐵人賽

0
自我挑戰組

30天菜鳥學 Linux 系列 第 57

第 57 天 - 才知道 && 用法

  • 分享至 

  • xImage
  •  

今天才知道用 && 也可以串接,並且左邊的命令失敗,右邊的命令將不會運行

test@test:~$ cd /NNNNNNNNN && pwd && ls && cd
-bash: cd: /NNNNNNNNN: No such file or directory
test@test:~$ cd .. && pwd && ls && cd
/home
test
test@test:~$ cd .. && pwd && ls
/home
test
test@test:/home$

; 不一樣,它會一直執行下去

test@test:/home$ cd /NNNNNNNNN ; pwd ; ls
-bash: cd: /NNNNNNNNN: No such file or directory
/home
test

上一篇
第 56 天 - 帳號管理 - 批量查詢使用者資料
下一篇
第 58 天 - 理解 hardlink 跟 softlink
系列文
30天菜鳥學 Linux 59
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言