Linux Bash中的&符号和分号有什么区别?
例如,
$ command1 && command2
VS
$ command1; command2
linux bash
bash ×1
linux ×1