文集概览

主要内容:

1. shell特性:易学,高效

2. shell变量

3. shell条件测试,判断

4. shell数值运算

5. 流控、循环

    命令汇总

    条件判断语句:

        if

        case

    循环语句:

        for

        while

        until

    shell的内置命令:

        break 跳过

        continue 终止

        exit 退出

        shift 退出

        array 数组统计

        function 函数

6. 企业项目

你可能感兴趣的:(文集概览)