Case statement in shell - Softpanorama: (slightly skeptical) Open Source Software Educat

Case statement in shell - Softpanorama: (slightly skeptical) Open Source Software Educat

瀏覽:812
日期:2025-10-03
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...看更多