File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : Shell 快速指南
3- date : 2017-11- 20
3+ date : 2017/11/ 20
44categories :
55- linux
66tags :
1818╚════██║██╔══██║██╔══╝ ██║ ██║
1919███████║██║ ██║███████╗███████╗███████╗
2020```
21+ <!-- TOC depthFrom:2 depthTo:3 -->
22+
23+ - [ 概述] ( #概述 )
24+ - [ 什么是 shell] ( #什么是-shell )
25+ - [ 什么是 shell 脚本] ( #什么是-shell-脚本 )
26+ - [ Shell 环境] ( #shell-环境 )
27+ - [ 模式] ( #模式 )
28+ - [ Shell 编程] ( #shell-编程 )
29+ - [ 解释器] ( #解释器 )
30+ - [ 注释] ( #注释 )
31+ - [ 变量] ( #变量 )
32+ - [ Shell扩展] ( #shell扩展 )
33+ - [ 数组] ( #数组 )
34+ - [ 运算符] ( #运算符 )
35+ - [ 语句] ( #语句 )
36+ - [ 函数] ( #函数 )
37+ - [ 流和重定向] ( #流和重定向 )
38+ - [ Debugging] ( #debugging )
39+ - [ 资料] ( #资料 )
40+
41+ <!-- /TOC -->
42+
2143
2244## 概述
2345
@@ -1175,5 +1197,6 @@ echo "xtrace is turned off again"
11751197- [ bash-it] ( https://github.com/Bash-it/bash-it ) ,为你日常使用,开发以及维护 shell 脚本和自定义命令提供了一个可靠的框架
11761198- [ dotfiles.github.io] ( http://dotfiles.github.io/ ) ,上面有bash和其它shell的各种dotfiles集合以及shell框架的链接
11771199- [ Runoob Shell 教程] ( http://www.runoob.com/linux/linux-shell.html )
1200+ - [ shellcheck] ( https://github.com/koalaman/shellcheck ) 一个静态 shell 脚本分析工具,本质上是 bash/sh/zsh 的 lint。
11781201
11791202最后,Stack Overflow上 [ bash 标签下] ( https://stackoverflow.com/questions/tagged/bash ) 有很多你可以学习的问题,当你遇到问题时,也是一个提问的好地方。
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments