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.
Cプログラムが他のコマンドラインプログラムと対話できるようにするオープンソースライブラリまたは標準関数はありますか(たとえば、ユーザー入力を要求する可能性があります)。
expectは、対話型プログラム (例: ) とプログラムで対話するための一般的なライブラリですssh。あなたが望むことをするかもしれないと呼ばれるCへのそれのポートがありlibexpectます。expect端末をエミュレートするため、単純なパイプと通信しないアプリケーションに特に役立ちます。
expect
ssh
libexpect