{"id":17383123,"url":"https://github.com/overnote/over-shell","last_synced_at":"2026-02-25T23:33:14.466Z","repository":{"id":41403637,"uuid":"155394735","full_name":"overnote/over-shell","owner":"overnote","description":"Shell脚本笔记：[进度-80%]正则表达式、GREP、SED、AWK、函数","archived":false,"fork":false,"pushed_at":"2023-05-22T21:35:47.000Z","size":8148,"stargazers_count":40,"open_issues_count":3,"forks_count":23,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T17:58:33.780Z","etag":null,"topics":["awk","grep","regular-expression","sed","shell-scripts"],"latest_commit_sha":null,"homepage":"https://myshell-note.readthedocs.io/en/latest/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/overnote.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-30T13:59:37.000Z","updated_at":"2024-08-16T07:06:31.000Z","dependencies_parsed_at":"2025-04-15T10:03:20.185Z","dependency_job_id":null,"html_url":"https://github.com/overnote/over-shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/overnote/over-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overnote%2Fover-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overnote%2Fover-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overnote%2Fover-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overnote%2Fover-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/overnote","download_url":"https://codeload.github.com/overnote/over-shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/overnote%2Fover-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awk","grep","regular-expression","sed","shell-scripts"],"created_at":"2024-10-16T07:40:42.010Z","updated_at":"2026-02-25T23:33:14.450Z","avatar_url":"https://github.com/overnote.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 说明\n\n为方便更多系统运维人员或开发人员更系统性的学习shell,利用`sphinx`将笔记整理构建程在线文档，方便学习交流,这份笔记是自学`Shell`时的资料总结,其中包含shell基础、正则表达式、AWK、SED、GREP、函数等，希望对其他人有用\n\n本文 [over-shell](https://myshell-note.readthedocs.io/en/latest/)\n\n个人信息：\n- [GitHub](https://github.com/redhatxl)\n- [掘金](https://juejin.im/user/5c36033fe51d456e4138b473/posts)\n- [慕课网](https://www.imooc.com/u/1260704)\n\n\u003e over-shell：[在线阅读](https://myshell-note.readthedocs.io/en/latest/)\n\n\u003e 新整理-Shell教程：[Wiki](http://www.imooc.com/wiki/shelllesson) \n \n\n## demo\n\n![](https://raw.githubusercontent.com/overnote/over-shell/master/source/shell-demo.png)\n\n## 目录\n\n\n* #### [一 Shell基础](https://myshell-note.readthedocs.io/en/latest/shell-01-%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86.html)\n* #### [二 字符串与数组](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)\n* #### [三 运算符](https://myshell-note.readthedocs.io/en/latest/shell-03-%E8%BF%90%E7%AE%97%E7%AC%A6.html)\n* #### [四 流程控制](https://myshell-note.readthedocs.io/en/latest/shell-04-%E6%B5%81%E7%A8%8B%E6%8E%A7%E5%88%B6.html)\n* #### [五 函数](https://myshell-note.readthedocs.io/en/latest/shell-05-%E5%87%BD%E6%95%B0.html)\n* #### [六 正则表达式](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)\n* #### [七 三剑客之grep](https://myshell-note.readthedocs.io/en/latest/shell-07-%E4%B8%89%E5%89%91%E5%AE%A2-grep.html)\n* #### [八 三剑客之sed](https://myshell-note.readthedocs.io/en/latest/shell-08-%E4%B8%89%E5%89%91%E5%AE%A2-sed.html)\n* #### [九 三剑客之awk](https://myshell-note.readthedocs.io/en/latest/shell-09-%E4%B8%89%E5%89%91%E5%AE%A2-awk.html)\n* #### [十 shell杂项](https://myshell-note.readthedocs.io/en/latest/shell-10-%E6%9D%82%E9%A1%B9.html)\n\n\n\n\n\n如果此笔记对您有任何帮助，更多文章，欢迎关注博客一块学习交流🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovernote%2Fover-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovernote%2Fover-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovernote%2Fover-shell/lists"}