本系列适合Linux初学者,属于Linux入门级教程,主要介绍了Shell的分类、语法格式以及脚本的使用和编写格式等。
不断更新中,是Shell学习的必读经典教程。现主要包含以下文章:
Linux Shell脚本入门教程系列之(一)Shell简介
Linux Shell脚本入门教程系列之(二)第一个shell脚本
Linux Shell脚本入门教程系列之(三)Shell变量
Linux Shell脚本入门教程系列之(四)Shell注释
Linux Shell脚本入门教程系列之(五)Shell字符串
Linux Shell脚本入门教程系列之(六)Shell数组
Linux Shell脚本入门教程系列之(七)Shell输出
Linux Shell脚本入门教程系列之(八)Shell printf命令详解
Linux Shell脚本入门教程系列之(九)Shell判断 if else 用法
Linux Shell脚本入门教程系列之(十)Shell for循环
Linux Shell脚本入门教程系列之(十一)Shell while循环
Linux Shell脚本入门教程系列之(十二)Shell until循环
Linux Shell脚本入门教程系列之(十三)Shell分支语句case … esac教程
Linux Shell脚本入门教程系列之(十四) Shell Select教程
Linux Shell脚本入门教程系列之(十五) Shell函数简介