Skip to content

Commit a418b2e

Browse files
committed
Add back evalution order. Added history substitution to gitbook and fixed breadcrumb links.
1 parent 9c91ba2 commit a418b2e

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A workshop on Unix Programming Principles using tools such as grep, sed, awk, sh
2020
* [Input and Output](docs/input-and-output.md)
2121
* [Command Process Substitution](docs/command-process-substitution.md)
2222
* [History Substitution](docs/history-substitution.md)
23+
* [Evaluation Order](docs/evaluation-order.md)
2324
* [Subshells](docs/subshells.md)
2425
* [Shell Functions](docs/shell-functions.md)
2526
* [Signal Handling](docs/signal-handling.md)

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [Looping](docs/looping.md)
1414
* [Input and Output](docs/input-and-output.md)
1515
* [Command Process Substitution](docs/command-process-substitution.md)
16+
* [History Substitution](docs/history-substitution.md)
1617
* [Evaluation Order](docs/evaluation-order.md)
1718
* [Subshells](docs/subshells.md)
1819
* [Shell Functions](docs/shell-functions.md)

docs/evaluation-order.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Unix Programming and Regular Expressions Workshop - Evaluation Order
2+
3+
## Sections:
4+
5+
* [Bread Crumb Navigation](#bread-crumb-navigation)
6+
7+
Content
8+
9+
#### Bread Crumb Navigation
10+
_________________________
11+
12+
Previous | Next
13+
:------- | ---:
14+
[History Substitution](./history-substitution.md) | [Subshells](./subshells.md)

docs/history-substitution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ _________________________
114114

115115
Previous | Next
116116
:------- | ---:
117-
[Command Process Substitution](./command-process-substitution.md) | [Subshells](./subshells.md)
117+
[Command Process Substitution](./command-process-substitution.md) | [Evaluation Order](./evaluation-order.md)

docs/subshells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ _________________________
7979
8080
Previous | Next
8181
:------- | ---:
82-
← [History Substitution](./history-substitution.md) | [Shell Functions](./shell-functions.md) →
82+
← [Evaluation Order](./evaluation-order.md) | [Shell Functions](./shell-functions.md) →

0 commit comments

Comments
 (0)