Giter VIP home page Giter VIP logo

open-shell-book's Introduction

联系作者:笔者为一位重度开源践行者,可微信联系:lzufalcon
实验云台:在线学 Linux,Linux 0.11,汇编,Shell,C ...
本书来源:开源书籍:Shell 编程范例 (by 泰晓科技)
报名参与:Star/fork GitHub 仓库 并发送 Pull Request
关注我们:扫描二维码 关注 @泰晓科技 微博和微信公众号
赞助我们:赞助 8.99¥更多原创开源书籍期待您的支持 ^o^

Shell 编程范例

v 0.3

不同于传统 Shell 书籍,本书并未花大篇幅去介绍 Shell 语法,而是以面向“对象” 的方式引入大量的实例介绍 Shell 日常操作,“对象” 涵盖数值、逻辑值、字符串、文件、进程、文件系统等。这样有助于学以致用,并在用的过程中提高兴趣。也可以作为 Shell 编程索引,在需要的时候随时检索。

介绍

安装

以 Ubuntu 为例:

$ sudo apt-get install -y retext git nodejs npm
$ sudo ln -fs /usr/bin/nodejs /usr/bin/node
$ sudo apt-get install -y calibre fonts-arphic-gbsn00lp
$ sudo npm install gitbook-cli -g
$ sudo rm /usr/local/bin/gitbook
$ sudo sh -c 'echo "nodejs /usr/local/lib/node_modules/gitbook-cli/bin/gitbook.js \$@" > /usr/local/bin/gitbook'
$ sudo chmod +x /usr/local/bin/gitbook
$ gitbook install

下载

$ 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 协议发布,详细版权信息请参考 CC BY NC ND 4.0


关注我们

  • 微信公众号

赞助我们

更多原创开源书籍

open-shell-book's People

Contributors

lzufalcon avatar lazyparser avatar shyodx avatar

Watchers

James Cloos avatar AlexShi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.