标签: python plumbum
在此示例中:
(ls["-a"] | grep["\\.py"]) & BG # The process runs "in the background"
有没有办法知道grep命令的pid?