apipe example 运行出错
howz97 opened this issue · 3 comments
howz97 commented
Run command echo -n "My first command comes from golang."
:
My first command comes from golang.
Run command ps aux | grep apipe
:
Error: Couldn't wait for the second command: exit status 1
hyper0x commented
你用的什么版本?我本就环境没有问题。
Run command `echo -n "My first command comes from golang."`:
My first command comes from golang.
Run command `ps aux | grep apipe`:
haolin 8978 0.0 0.0 558433396 1472 s002 S+ 7:35下午 0:00.01 apipe
errpunk commented
你是把代码拷贝到自己的项目中运行的,还是直接运行的示例呢?
我觉得这个问题的原因是,grep
找不到名为 apipe
的进程。所以如果你这段代码运行的进程名称不叫apipe
的话,就会报这个错。
如果你是把代码粘贴到你自己的项目中运行的话,尝试把cmd2 := exec.Command("grep", "apipe")
里面的"apipe"改成的你的项目编译出来的程序的名字
hyper0x commented
我觉得这个问题不用纠结吧,你用`go run`命令运行就好了。关键是用法,不是`apipe`这个名字。
在 2018年8月9日 +0800 10:04,alex <notifications@github.com>,写道:
你是把代码拷贝到自己的项目中运行的,还是直接运行的示例呢?
我觉得这个问题的原因是,ps 找不到名为 apipe 的进程。所以如果你这段代码运行的进程名称不叫apipe的话,就会报这个错。
如果你是把代码粘贴到你自己的项目中运行的话,尝试把cmd2 := exec.Command("grep", "apipe") 里面的"apipe"改成的你的项目编译出来的程序的名字
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgopcp%2Fexample.v2%2Fissues%2F9%23issuecomment-411613506&data=02%7C01%7C%7C01842af4f37342e803fa08d5fd9c7ea9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636693770928672156&sdata=SXJrWylrfF4eUzNfrHkHSYwYgIGSoOb2f3RrfcsY9Kk%3D&reserved=0>, or mute the thread<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAATQsf2UVRgrLRfofusZMD8ugLtlOfcnks5uO5jDgaJpZM4UuxWd&data=02%7C01%7C%7C01842af4f37342e803fa08d5fd9c7ea9%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636693770928672156&sdata=Oh2QZgsCRgyn8HxQ%2BgWJ7KwZAwzStUp3qPbbSRn%2BKEI%3D&reserved=0>.