If you are familiar with switch statements, you must know something about bash case statements. You can use simple bash case statements to test characters and numerical values. You shouldn’t consider it as a loop, as it does not represent a block of code. The bash case statement will verify the takes full control [...]

