Basic Of Shell Scripting -Part 4
Case Statements in Shell Script:
You can use multiple if...elif statements to perform a multiway branch. However, this is not always the best solution, especially when all of the branches depend on the value of a single variable.
Shell supports case....
learnshellscriptwithpra9.hashnode.dev2 min read