gpt4 book ai didi

Python,子进程,如何传递多个变量

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

<分区>

我正在使用 subprocess 模块运行带有两个不同变量的 find & grep 命令。我有一个语法错误,但我只是没有看到它。

只有一个变量,它运行得很好:

path = "src"
path_f = "TC"
subprocess.Popen('find /dir1/tag/common/dir2/dir3 /dir1/tag/common/dir2/dir3/dir4/ -iname "%s"'%path, shell=True)

两个变量:

 subprocess.Popen('find /dir1/tag/common/dir2/dir3 /dir1/tag/common/dir2/dir3/dir4/ -iname "%s"* | grep "%s"  > fileList.txt'%path, %path_f, shell=True) 

有人可以帮忙吗?

谢谢。

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