forked from lhunath/guide.bash.academy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
exercises.html
34 lines (25 loc) · 1 KB
/
exercises.html
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
---
layout: default
title: Exercises
subtitle: "A summary of all exercises in the guide."
published: true
---
<nav>
<h1>Chapters</h1>
<ul>
<li id="chapter_cover"><a href="index.html#">Cover<br>
<sub>The Bash Guide</sub></a></li>
<li id="chapter_inception"><a href="inception.html#">Inception<br>
<sub>What is bash, and where does it live?</sub></a></li>
<li id="chapter_commands"><a href="commands.html#">Commands And Arguments<br>
<sub>How do I give bash instructions?</sub></a></li>
</ul>
</nav>
<section>
<h1>Commands And Arguments</h1>
<h3><a href="/commands/?=Exercises!#h3.2.1">The PATH to a program</a></h3>
<h3><a href="/commands/?=Exercises!#h3.4.1">Managing a command's input and output using redirection</a></h3>
<h1>Variables and Expansions</h1>
<h3><a href="/expansions/?=Exercises!#h2.3">Expansion</a></h3>
<h3><a href="/expansions/?=Exercises!#h4.4">What else can I use parameters for?</a></h3>
</section>