Parallel execution of shell processes

前端 未结 6 674
没有蜡笔的小新
没有蜡笔的小新 2020-11-22 16:35

Is there a tool available to execute several process in parallel in a Windows batch file? I have found some interesting tools for Linux (parallel and PPSS), however, I would

6条回答
  •  耶瑟儿~
    2020-11-22 17:08

    There is a basic Windows xargs-like-clone which does support the -P parallel processing option at http://www.pirosa.co.uk/demo/wxargs/wxargs.html

提交回复
热议问题