Computer Science, asked by TbiaSamishta, 1 year ago

Explain case statement of shell script with the option of pattern list.

Answers

Answered by aqibkincsem
3

Case proclamation isn't a circle; it doesn't execute a square of code for n number of times.


Rather, bash shell checks the condition, and controls the stream of the program.


The case build in bash shell enables us to test strings against designs that can contain special case characters.


Bash case explanation is the least difficult type of the bash if-then-else articulation.

Similar questions