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.
シェル スクリプトを使用して子プロセスを作成する方法を見つけようとしましたが、できませんでした。シェル スクリプト コマンドに、プロセスを強制終了するがプロセスを作成しないコマンドがあるのはなぜでしょうか。
シェルには、プロセスを作成する無数の異なる方法があります。シェル スクリプトが行うことのほとんどは、プロセスの実行です。
process process & process1 | process2 if process1 then process2 else process3 fi (process) x=$(process)
などなど、吐き気がします。