Linux: How to check if multiple batch files have completed execution or not -


I have set up a dozen batch files (each has a dozen commands in each) to run in parallel by crontab now I want to run another command, but only after completing the execution of all batches. How do i do this

The above post gives you an example with the example, Can not exhaust status of any command execution of shell scripts? And then call another script

thanks & amp; Best regards,
Alok Thaker

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -