Skip to content

Commit

Permalink
Add title
Browse files Browse the repository at this point in the history
  • Loading branch information
lakent committed Dec 22, 2017
1 parent 8d99c06 commit 9d1852c
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 72 deletions.
4 changes: 1 addition & 3 deletions chap05.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 操作文件和目录
操作文件和目录
---

At this point, we are ready for some real work! This chapter will introduce
Expand Down
4 changes: 1 addition & 3 deletions chap06.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 使用命令
使用命令
---

Up to this point, we have seen a series of mysterious commands, each with its own
Expand Down
4 changes: 1 addition & 3 deletions chap07.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 重定向
重定向
---

In this lesson we are going to unleash what may be the coolest feature of the command
Expand Down
4 changes: 1 addition & 3 deletions chap08.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 从 shell 眼中看世界
从 shell 眼中看世界
---

In this chapter we are going to look at some of the "magic" that occurs on the command
Expand Down
4 changes: 1 addition & 3 deletions chap09.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 键盘高级操作技巧
键盘高级操作技巧
---

I often kiddingly describe Unix as “the operating system for people who like to type.” Of
Expand Down
4 changes: 1 addition & 3 deletions chap10.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 权限
权限
---

Operating systems in the Unix tradition differ from those in the MS-DOS tradition in
Expand Down
4 changes: 1 addition & 3 deletions chap11.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 进程
进程
---

Modern operating systems are usually multitasking, meaning that they create the illusion
Expand Down
4 changes: 1 addition & 3 deletions chap12.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: shell 环境
shell 环境
---

As we discussed earlier, the shell maintains a body of information during our shell
Expand Down
4 changes: 1 addition & 3 deletions chap13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: vi 简介
vi 简介
---

There is an old joke about a visitor to New York City asking a passerby for directions to
Expand Down
4 changes: 1 addition & 3 deletions chap14.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 自定制 shell 提示符
自定制 shell 提示符
---

In this chapter we will look at a seemingly trivial detail — our shell prompt. This
Expand Down
4 changes: 1 addition & 3 deletions chap15.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 软件包管理
软件包管理
---

If we spend any time in the Linux community, we hear many opinions as to which of the
Expand Down
4 changes: 1 addition & 3 deletions chap16.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 存储媒介
存储媒介
---

In previous chapters we’ve looked at manipulating data at the file level. In this chapter,
Expand Down
4 changes: 1 addition & 3 deletions chap17.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 网络系统
网络系统
---

When it comes to networking, there is probably nothing that cannot be done
Expand Down
4 changes: 1 addition & 3 deletions chap18.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 查找文件
查找文件
---

As we have wandered around our Linux system, one thing has become abundantly clear:
Expand Down
4 changes: 1 addition & 3 deletions chap19.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 归档和备份
归档和备份
---

One of the primary tasks of a computer system’s administrator is keeping the system’s
Expand Down
4 changes: 1 addition & 3 deletions chap20.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 正则表达式
正则表达式
---

In the next few chapters, we are going to look at tools used to manipulate text. As we
Expand Down
4 changes: 1 addition & 3 deletions chap21.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 文本处理
文本处理
---

All Unix-like operating systems rely heavily on text files for several types of data
Expand Down
4 changes: 1 addition & 3 deletions chap22.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 格式化输出
格式化输出
---

In this chapter, we continue our look at text related tools, focusing on programs that are
Expand Down
4 changes: 1 addition & 3 deletions chap23.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 打印
打印
---

After spending the last couple of chapters manipulating text, it's time to put that text on paper. In this chapter, we'll look at the command-line tools that are used to print files and control printer operation. We won't be looking at how to configure printing, as that varies from distribution to distribution and is usually set up automatically during installation. Note that we will need a working printer configuration to perform the exercises in this chapter.
Expand Down
4 changes: 1 addition & 3 deletions chap24.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 编译程序
编译程序
---

In this chapter, we will look at how to build programs by compiling source code.
Expand Down
4 changes: 1 addition & 3 deletions chap25.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 编写第一个 Shell 脚本
编写第一个 Shell 脚本
---

In the preceding chapters, we have assembled an arsenal of command line tools. While
Expand Down
4 changes: 1 addition & 3 deletions chap26.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 启动一个项目
启动一个项目
---

Starting with this chapter, we will begin to build a program. The purpose of this project
Expand Down
4 changes: 1 addition & 3 deletions chap27.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 自顶向下设计
自顶向下设计
---

As programs get larger and more complex, they become more difficult to design, code
Expand Down
4 changes: 1 addition & 3 deletions chap28.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
layout: book
title: 流程控制:if 分支结构
流程控制:if 分支结构
---

In the last chapter, we were presented with a problem. How can we make our report
Expand Down

0 comments on commit 9d1852c

Please sign in to comment.