我知道命令之间的"&“运算符意味着命令是并发执行的。然而,"&“在"command1 & command 2 &”中做什么呢?
command1 & command 2 &
https://stackoverflow.com/questions/38177119
相似问题