[闲聊] c++大师请进

楼主: wwndbk (黑人问号)   2021-10-22 00:48:57
我在实作pipe
像是遇到 ls | cat 时
我的 ls 可以传执行结果给 cat
但不知道要怎么喂给cat执行
本来是新建一个file 变执行 execv("./bin/cat", "cat", "file", NULL)
但套很多个pipe好像顶不住
有没有c++大师?
作者: Apache (阿帕契)   2021-10-22 00:50:00
C++这样用有点蛋疼
作者: Ceelo (hakkaman)   2021-10-22 00:53:00
这有点挑战 我才学到getchar
作者: Apache (阿帕契)   2021-10-22 00:53:00
你是要执行啥 你要不要干脆自己读进来处理
楼主: wwndbk (黑人问号)   2021-10-22 00:57:00
c++的exec好像不能直接读file以外的东西
作者: Apache (阿帕契)   2021-10-22 01:05:00
我感觉你没看懂题目要你干嘛
楼主: wwndbk (黑人问号)   2021-10-22 01:13:00
我再想想看 感谢~

Links booklink

Contact Us: admin [ a t ] ucptt.com