linux - python调用系统rm命令,无法识别通配符吗?
PHP中文网
PHP中文网 2017-04-18 09:18:30
0
2
389

我想删除目录下所有的*.ts,os.remove无法批量删除

PHP中文网
PHP中文网

认证高级PHP讲师

Antworte allen(2)
伊谢尔伦
>>> args = [ 'rm *.ts' ]
>>> p = subprocess.call(args, shell=True)

参考:

  1. http://stackoverflow.com/ques...

  2. http://stackoverflow.com/ques...

巴扎黑

可能要写绝对路径

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage