Python append multiple files in given order to one big file

前端 未结 10 831
时光说笑
时光说笑 2020-11-29 06:00

I have up to 8 seperate Python processes creating temp files in a shared folder. Then I\'d like the controlling process to append all the temp files in a certain order into

10条回答
  •  感情败类
    2020-11-29 06:37

    There's also the fileinput class in Python 3, which is perfect for this sort of situation

提交回复
热议问题