I want run all script from the directory .
Like ,
The directory contains 40 script,i would like to run first 5 script parallel.after completing these scripts the next 5 script will be execute as well as the remaining.
Please give any solutions by using linux and perl commands
When you are in the folder with the scripts run this bash script/command:
this relies on you not having other background jobs running, test this by writing “jobs” on the commandline.