bash - Which one is better: using ; or && to execute multiple commands in one line? - Ask Ubuntu
A; B Run A and then B, regardless of success of A A && B Run B if A succeeded A || B Run B if A failed A & Run A in background.
Read full article from bash - Which one is better: using ; or && to execute multiple commands in one line? - Ask Ubuntu
No comments:
Post a Comment