-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexercises.html
More file actions
38 lines (29 loc) · 1.28 KB
/
exercises.html
File metadata and controls
38 lines (29 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: default
title: 练习题索引
subtitle: "四篇指南涉及到的全部练习题汇总"
published: true
---
<nav>
<h1>篇章</h1>
<ul>
<li id="chapter_cover"><a href="/index.html">首页<br>
<sub>Bash 指南四篇</sub></a></li>
<li id="chapter_inception"><a href="/inception.html">开篇<br>
<sub>Bash是什么,它活在哪里?</sub></a></li>
<li id="chapter_commands"><a href="/commands.html">命令与参数<br>
<sub>我要如何给 bash 下指令?</sub></a></li>
<li id="chapter_variables"><a href="/expansions.html">变量与扩展<br>
<sub>我如何存储和使用数据?</sub></a></li>
<li id="chapter_conditionals"><a href="/conditionals.html">测试与条件<br>
<sub>对不同的数据执行不同的命令</sub></a></li>
</ul>
</nav>
<section>
<h1>命令与参数</h1>
<h3><a href="/commands/?=Exercises!#h3.2.1">抵达程序的路径</a></h3>
<h3><a href="/commands/?=Exercises!#h3.4.1">使用重定向管理命令的输入与输出</a></h3>
<h1>变量与扩展</h1>
<h3><a href="/expansions/?=Exercises!#h2.3">扩展</a></h3>
<h3><a href="/expansions/?=Exercises!#h4.4">我还可以使用参数做什么?</a></h3>
</section>