shell 语法

shell 语法

  • shell 语法
    • 第一个Shell脚本
    • Shell变量
    • Shell特殊变量
    • Shell替换
    • Shell运算符
    • Shell注释
    • Shell字符串
    • Shell数组
    • Shell echo命令
    • shell printf命令
    • Shell if else语句
    • Shell case esac语句
    • Shell for循环
    • Shell while循环
    • Shell until循环
    • Shell跳出循环
    • Shell函数
    • Shell函数参数
    • Shell输入输出重定向
    • Shell文件包含

第一个Shell脚本

第一个Shell脚本
1. 扩展名为sh(sh代表shell)
例如:bash.sh
2. 文件头(文件头固定格式)
如:#!/bin/bash

执行程序
作为解释器参数

Shell变量

Shell特殊变量

Shell替换

Shell运算符

Shell注释

Shell字符串

Shell数组

Shell echo命令

shell printf命令

Shell if else语句

Shell case esac语句

Shell for循环

Shell while循环

Shell until循环

Shell跳出循环

Shell函数

Shell函数参数

Shell输入输出重定向

Shell文件包含

你可能感兴趣的:(shell 语法)