【发布时间】:2016-05-25 03:48:03
【问题描述】:
我正在尝试在 python 中使用 call 方法,如何在(l | grep c++) 中使用管道?
【问题讨论】:
-
call中的subprocess?可以发一些代码吗? -
二进制
l是什么? -
@cricket_007 ls -al的常用bash别名
-
#!usr/bin/env python from subprocess import call call(["ls"])
标签: python python-3.x