When running a shell script to start nohup processes, how do I queue them to make sure they all don't run at the same time?

后端 未结 0 1009

I have a basic shell script that loops through all files in a given directory and runs them through a python program:

for entry in *".wav"
do
  coll         


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