Skip to content

Commit 9442d4c

Browse files
committed
📝 Writing docs.
1 parent fa712e7 commit 9442d4c

2 files changed

Lines changed: 24 additions & 17 deletions

File tree

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Shell 快速指南
3-
date: 2017-11-20
3+
date: 2017/11/20
44
categories:
55
- linux
66
tags:
@@ -18,6 +18,28 @@ tags:
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)有很多你可以学习的问题,当你遇到问题时,也是一个提问的好地方。

docs/shell/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)