Question: Bash script question: If a=111 222 and b=999 888, how would I write a loop to get the following result: 111 999 222 888
Bash script question:
If a="111 222" and b="999 888", how would I write a loop to get the following result:
111 999
222 888
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
