An open API service indexing awesome lists of open source software.

https://github.com/hanxi/bash-tutorial

Bash 脚本教程
https://github.com/hanxi/bash-tutorial

bash book shell tutorial

Last synced: 1 day ago
JSON representation

Bash 脚本教程

Awesome Lists containing this project

README

          

# Bash 脚本教程

Shell 脚本通常指 sh 脚本 或者 Bash 脚本,Bash 是 sh 的升级版,Bash 的语法更宽松点。

都 2018 年了,装了 sh 没装 Bash 的机子应该很少见了吧。这篇教程只针对 Bash 脚本的。

如有发现勘误,望读者帮忙指出。

有任何建议,可以邮件联系我: hanxi.info@gmail.com

参考:

- [Linux Shell Scripting Tutorial](https://bash.cyberciti.biz/guide/Main_Page)
- [Bash scripting Tutorial](https://linuxconfig.org/bash-scripting-tutorial)
- [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)