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.
.sh (シェル スクリプト) ファイルを実行するプログラムを C で作成するにはどうすればよいですか? 私はプログラムを書いていますが、関数の 1 つでいくつかのシェル スクリプトを実行する必要があります。ありがとう!
システム機能を利用する
system("myscript.sh");