$ echo toto& toto [1] 15922 [1]+ Done echo toto
因为我试图并行运行作业并使用输出,我想找到一种方法来沉默bash。有没有办法删除这个多余的输出?
(sleep 10 & )