✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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
__________