Case statement in shell - Softpanorama: (slightly skeptical) Open Source Software Educat
Shell case statement is similar to those in Pascal and switch statement in C. It can be used to test a variable against set of patterns. Often case statement lets you express a series of if-then-else statements that check single variable for various condi
www.softpanorama.org |