CLI Flashcards
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.
Programming > CLI > Flashcards
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.