运行shell命令,不要等待返回

Nim*_*jox 12 linux bash shell

是否可以开始执行命令而不是在继续之前等待它返回.

IE

commands
/usr/sbin/thing.sh    <-- Don't wait for this to return.
more commands
Run Code Online (Sandbox Code Playgroud)

wor*_*orc 18

&命令之间的单个符号将使每个命令独立运行,而不依赖于先前的成功命令.