eightHundreds
7/5/2019 - 8:24 AM

并行执行


command1 && command2 # 串行执行
command1 & command2 #并行
wait #等待所有进程执行完成