✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What needs to be put in the <missing line> of the following shell script to launch all three programs with the value 10 as parameter?
Here you can find information about variables in the unix shell: https://www.cyberciti.biz/faq/set-environment-variable-unix/
__________<missing line>./prog1 $val./prog2 $val./prog3 $val
__________