Answer the question
In order to leave comments, you need to log in
How to make parallel execution of scripts?
ls_count=${#id[*]}
for (( ls=0; ls<ls_count; ls++ ))
do
/home/work/skript.sh ${id[ls]}
done
Answer the question
In order to leave comments, you need to log in
see skript.sh why it hangs and what it gets stuck on.
debug will not get away :)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question