gpt4 book ai didi

python - 使用子进程获取通过 head -1 管道传输的 grep 的输出

转载 作者:行者123 更新时间:2023-11-28 21:52:31 25 4
gpt4 key购买 nike

<分区>

我想做的事情的要点是:

grep -n "some phrase" {some file path} | head -1

我想将其输出传递给 python。到目前为止我尝试过的是:

p = subprocess.Popen('grep -n "some phrase" {some file path} | head -1',shell=True,stdout=subprocess.PIPE)

我收到很多消息说

"grep: writing output: Broken pipe"

我对 subprocess 模块不是很熟悉,我想得到有关如何获得此输出以及我目前做错了什么的建议。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com