Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinyclub/open-shell-book
开源书籍:《Shell 编程范例》,面向操作对象学 Shell!本书作者发布了《360°剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283
https://github.com/tinyclub/open-shell-book
boolean character files filesystem linux network numbers process shell users
Last synced: about 1 month ago
JSON representation
开源书籍:《Shell 编程范例》,面向操作对象学 Shell!本书作者发布了《360°剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283
- Host: GitHub
- URL: https://github.com/tinyclub/open-shell-book
- Owner: tinyclub
- Created: 2015-06-24T14:41:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T07:24:38.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T12:07:49.542Z (4 months ago)
- Topics: boolean, character, files, filesystem, linux, network, numbers, process, shell, users
- Language: Ruby
- Homepage: https://tinylab.gitbooks.io/shellbook/
- Size: 2.1 MB
- Stars: 839
- Watchers: 53
- Forks: 190
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- favorite-link - 开源书籍:《Shell 编程范例》,面向操作对象学 Shell!
- awesome-github-star - open-shell-book
- awesome-hacking-lists - tinyclub/open-shell-book - 开源书籍:《Shell 编程范例》,面向操作对象学 Shell!本书作者发布了《360°剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283 (Ruby)
- awesome-learning - tinyclub/open-shell-book
README
**关注作者公众号**:
# Shell 编程范例
v 0.3
不同于传统 Shell 书籍,本书并未花大篇幅去介绍 Shell 语法,而是以面向“对象” 的方式引入大量的实例介绍 Shell 日常操作,“对象” 涵盖数值、逻辑值、字符串、文件、进程、文件系统等。这样有助于学以致用,并在用的过程中提高兴趣。也可以作为 Shell 编程索引,在需要的时候随时检索。
## 介绍
- 项目首页:
- 代码仓库:
- 在线阅读:更多背景和计划请参考:[前言](zh/preface/01-chapter1.markdown)。
### 编译
要编译本书,请使用 [Markdown Lab](http://tinylab.org/markdown-lab)。
### 纠错
欢迎大家指出不足,如有任何疑问,请邮件联系 wuzhangjin at gmail dot com 或者直接修复并提交 Pull Request。
### 版权
本书采用 ![CC BY NC ND 4.0](http://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png) 协议发布,详细版权信息请参考 [CC BY NC ND 4.0](http://creativecommons.org/licenses/by-nc-nd/4.0/)。
### 联系作者
### 赞助作者
### 更多原创开源书籍
* [C 语言编程透视](http://tinylab.gitbooks.io/cbook/)
* [嵌入式 Linux 知识库(eLinux.org 中文版)](http://tinylab.gitbooks.io/elinux/)
* [Linux 内核文档(Linux Documentation/ 中文版)](http://tinylab.gitbooks.io/linux-doc/)