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 脚本教程
- Host: GitHub
- URL: https://github.com/hanxi/bash-tutorial
- Owner: hanxi
- Created: 2018-11-17T06:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T07:12:34.000Z (over 7 years ago)
- Last Synced: 2025-05-20T12:17:54.964Z (11 months ago)
- Topics: bash, book, shell, tutorial
- Homepage: https://bash.hanxi.info
- Size: 625 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)