摘要: case (in) / esac The case construct is the shell scripting analog to switch in C/C++. It permits branching to one of a number of code blocks, depending on condition tests. It serves as a kind of short... 阅读全文
posted @ 2009-09-14 16:47 物联互通 阅读(185) 评论(0) 推荐(0)