Question: Consider the following bash shell commande read var 1 var2 var3 If the user enters 11 22 33 followed by (ENTER), what will be stored
Consider the following bash shell commande read var 1 var2 var3 If the user enters 11 22 33 followed by (ENTER), what will be stored in the tem 22 33 11 Nothing yet. All of the user's input is stored in vari. 44 Previous Consider the following bash shell commande read var 1 var2 var3 If the user enters 11 22 33 followed by (ENTER), what will be stored in the tem 22 33 11 Nothing yet. All of the user's input is stored in vari. 44 Previous
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
