介紹
最后更新于:2022-04-01 03:51:39
> 本书来源:[开源书籍:Shell 编程范例](http://www.tinylab.org/pleac-shell/) (by [泰晓科技](http://tinylab.org))
# Shell 编程范例
v 0.2
不同于传统 Shell 书籍,本书并未花大篇幅去介绍 Shell 语法,而是以面向“对象” 的方式引入大量的实例介绍 Shell 日常操作,“对象” 涵盖数值、逻辑值、字符串、文件、进程、文件系统等。这样有助于学以致用,并在用的过程中提高兴趣。也可以作为 Shell 编程索引,在需要的时候随时检索。
### 介绍
- 项目首页:[http://www.tinylab.org/pleac-shell](http://www.tinylab.org/pleac-shell)
- 代码仓库:[https://github.com/tinyclub/open-shell-book](https://github.com/tinyclub/open-shell-book)
-
在线阅读:[http://tinylab.gitbooks.io/shellbook](http://tinylab.gitbooks.io/shellbook)
更多背景和计划请参考:[前言](#)。
### 安装
以 Ubuntu 为例:
~~~
$ sudo aptitude install -y retext git nodejs npm
$ sudo ln -fs /usr/bin/nodejs /usr/bin/node
$ sudo aptitude install -y calibre fonts-arphic-gbsn00lp
$ sudo npm install gitbook-cli -g
~~~
### 下载
~~~
$ git clone https://github.com/tinyclub/open-shell-book.git
$ cd open-shell-book/
~~~
### 编译
~~~
$ gitbook build // 编译成网页
$ gitbook pdf // 编译成 pdf
~~~
### 纠错
欢迎大家指出不足,如有任何疑问,请邮件联系 wuzhangjin at gmail dot com 或者直接修复并提交 Pull Request。
### 版权
本书采用 ![CC BY NC ND 4.0](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-10-06_56131ee20b784.png)
协议发布,详细版权信息请参考 [CC BY NC ND 4.0](http://creativecommons.org/licenses/by-nc-nd/4.0/)。
### 关注我们
- [新浪微博](http://weibo.com/tinylaborg)
[![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-10-06_56131ee21708e.jpg)](http://weibo.com/tinylaborg)
- 微信公众号
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-10-06_56131ee225b8c.jpg)
### 赞助我们
- 微信扫码赞助原创
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-10-06_56131ee232061.jpg)