Loop over directory in Python, then run command

前端 未结 0 1494
有刺的猬
有刺的猬 2020-12-17 04:26

Ive spent considerable time trying to essentially loop over a root directory, and then run a command against each directory like:

for dirs in os.walk(cbdir):
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题