Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/overnote/over-shell
Shell脚本笔记:[进度-80%]正则表达式、GREP、SED、AWK、函数
https://github.com/overnote/over-shell
awk grep regular-expression sed shell-scripts
Last synced: 4 months ago
JSON representation
Shell脚本笔记:[进度-80%]正则表达式、GREP、SED、AWK、函数
- Host: GitHub
- URL: https://github.com/overnote/over-shell
- Owner: overnote
- Created: 2018-10-30T13:59:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T11:53:34.000Z (over 2 years ago)
- Last Synced: 2023-03-11T06:08:04.675Z (almost 2 years ago)
- Topics: awk, grep, regular-expression, sed, shell-scripts
- Language: HTML
- Homepage: https://myshell-note.readthedocs.io/en/latest/
- Size: 7.77 MB
- Stars: 37
- Watchers: 2
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 说明
为方便更多系统运维人员或开发人员更系统性的学习shell,利用`sphinx`将笔记整理构建程在线文档,方便学习交流,这份笔记是自学`Shell`时的资料总结,其中包含shell基础、正则表达式、AWK、SED、GREP、函数等,希望对其他人有用
本文 [over-shell](https://myshell-note.readthedocs.io/en/latest/)
个人信息:
- [GitHub](https://github.com/redhatxl)
- [掘金](https://juejin.im/user/5c36033fe51d456e4138b473/posts)
- [慕课网](https://www.imooc.com/u/1260704)> over-shell:[在线阅读](https://myshell-note.readthedocs.io/en/latest/)
> 新整理-Shell教程:[Wiki](http://www.imooc.com/wiki/shelllesson)
## demo
![](https://raw.githubusercontent.com/overnote/over-shell/master/source/shell-demo.png)
## 目录
* #### [一 Shell基础](https://myshell-note.readthedocs.io/en/latest/shell-01-%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86.html)
* #### [二 字符串与数组](https://myshell-note.readthedocs.io/en/latest/shell-02-%E5%AD%97%E7%AC%A6%E4%B8%B2%E4%B8%8E%E6%95%B0%E7%BB%84.html)
* #### [三 运算符](https://myshell-note.readthedocs.io/en/latest/shell-03-%E8%BF%90%E7%AE%97%E7%AC%A6.html)
* #### [四 流程控制](https://myshell-note.readthedocs.io/en/latest/shell-04-%E6%B5%81%E7%A8%8B%E6%8E%A7%E5%88%B6.html)
* #### [五 函数](https://myshell-note.readthedocs.io/en/latest/shell-05-%E5%87%BD%E6%95%B0.html)
* #### [六 正则表达式](https://myshell-note.readthedocs.io/en/latest/shell-06-%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F.html)
* #### [七 三剑客之grep](https://myshell-note.readthedocs.io/en/latest/shell-07-%E4%B8%89%E5%89%91%E5%AE%A2-grep.html)
* #### [八 三剑客之sed](https://myshell-note.readthedocs.io/en/latest/shell-08-%E4%B8%89%E5%89%91%E5%AE%A2-sed.html)
* #### [九 三剑客之awk](https://myshell-note.readthedocs.io/en/latest/shell-09-%E4%B8%89%E5%89%91%E5%AE%A2-awk.html)
* #### [十 shell杂项](https://myshell-note.readthedocs.io/en/latest/shell-10-%E6%9D%82%E9%A1%B9.html)如果此笔记对您有任何帮助,更多文章,欢迎关注博客一块学习交流🎉