Which command is used to read the value of a variable from the user?
Answers
Answered by
0
Explanation:
To read the Bash user input, we use the built-in Bash command called read. It takes input from the user and assigns it to the variable. It reads only a single line from the Bash shell. Below is the syntax for its implementation
PLEASE SUPPORT ME AS BRAINIEST
Answered by
0
Answer:
To read the Bash user input, we use the built-in Bash command called read. It takes input from the user and assigns it to the variable. It reads only a single line from the Bash shell. Below is the syntax for its implementation
Similar questions