CLI Flashcards
(1 cards)
1
Q
Why is ; better than && when running multiple commands?
A
If && is used and a command fails, the rest are not executed. With ; that is not the case.
Why is ; better than && when running multiple commands?
If && is used and a command fails, the rest are not executed. With ; that is not the case.