blob: 75bc301b4fc9f7d6b1d274d64ae5141c1043a4b3 (
plain)
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
|
# List of blog series
I my [blog](../blog) I sometimes write multiple posts on the same
topic, or posts in multiple parts. This page contains the list of these
"blog series".
**Note:** This is *not* a full list of my blog posts divided by topic.
## The man page reading club
In these posts I walk through the [manual page](https://man.openbsd.org)
of a classic UNIX utility, highlighting the most important features.
Each post is introduced by a fictional context.
* [man(1)](../blog/2022-05-29-man)
* [more(1)](../blog/2022-06-08-more)
* [shutdown(8)](../blog/2022-07-07-shutdown)
* [sh(1) part 1](../blog/2022-09-13-sh-1)
* [sh(1) part 2](../blog/2022-09-20-sh-2)
* [tetris(6)](../blog/2022-10-01-tetris)
* [ed(1)](../blog/2022-12-24-ed)
* [dc(1)](../blog/2023-03-30-dc)
## UNIX text filter
In this series I explore three classic UNIX commands, in increasing order
of complexity: `grep`, `sed` and `awk`. Work in progress.
* [grep](../blog/2023-08-20-grep)
* sed [coming soon]
* awk [coming less soon]
## The UNIX shell as an IDE
This series contains only one post for now, but I may add more in the future.
* [Look stuff up with sed](../blog/2022-06-12-shell-ide-sed)
|