4、-----注释部分(可有可无,为了阅读方便最好加以说明)variablename=value ---------变量部分,声明变量,赋值controlsegment ---------流程控制结构,如判断、循环、顺序eg.helloworld.sh#!/bin/bash#Thisisahelloworldshellscriptprintchar="helloworld"echo$printchar[test@szbirdora1]$shhelloworld.shhelloworld●shell特性①别名 alias