Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找出通过 Shell 脚本创建子进程的方法,但我做不到。我想知道为什么 Shell 脚本命令具有杀死进程但不创建它的命令。
shell 有无数种不同的创建进程的方式。shell 脚本所做的大部分工作是执行进程。
process process & process1 | process2 if process1 then process2 else process3 fi (process) x=$(process)
等等,令人作呕。