commit 80d20ed80f2d1f27d454f72b213d8547230e7a8c
parent dbbe363116f081dbd8f1c113439eeb3e949f8a1a
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Sat, 21 Oct 2023 11:14:54 +0200
Added reference to blog series in manpage posts
Diffstat:
8 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/src/blog/2022-05-29-man/man.md b/src/blog/2022-05-29-man/man.md
@@ -1,5 +1,7 @@
# The man page reading club: man(1)
+*This post is part of [series](../../series)*
+
I have been using Linux as my main operating system for the
last 14 years, and as my only one for the last 10. Needless
to say, I really like it. However, at the end of last year I
@@ -261,3 +263,5 @@ markup, pipe the output to col(1) -b instead.
```
If you are curious, check the [new post](../2022-09-05-man-col)!
+
+*Next in the series: [more(1)](../2022-06-08-more)*
diff --git a/src/blog/2022-06-08-more/more.md b/src/blog/2022-06-08-more/more.md
@@ -1,5 +1,7 @@
# The man page reading club: more(1)
+*This post is part of a [series](../../series)*
+
In the second episode of this blog series we are going to cover a UNIX
pager. Instead of the popular less(1), we are going to check out the
classic more(1).
@@ -190,3 +192,5 @@ can be used to pipe arbitrary portions of the current file to an external
command. But apart from this I could easily live in the pre-1985 era.
See you next time!
+
+*Next in the series: [shutdown(8)](../2022-07-07-shutdown)*
diff --git a/src/blog/2022-07-07-shutdown/shutdown.md b/src/blog/2022-07-07-shutdown/shutdown.md
@@ -1,5 +1,7 @@
# The man page reading club: shutdown(8)
+*This post is part of a [series](../../series)*
+
I would like to write about more interesting things, but I do not have
time or energy to do so. I need to shut down for a little while.
@@ -124,3 +126,5 @@ mainframes and how administrators used to shut them down when multiple users
were logged in. But I am not going to do it now.
Good night.
+
+*Next in the series: [sh(1) - part 1: shell grammar](../2022-09-13-sh-1)*
diff --git a/src/blog/2022-09-13-sh-1/sh-1.md b/src/blog/2022-09-13-sh-1/sh-1.md
@@ -1,5 +1,7 @@
# The man page reading club: sh(1) - part 1: shell grammar
+*This post is part of a [series](../../series)*
+
After [last time's short entry](../2022-07-07-shutdown) and a
relatively long hiatus, we are back in business with a big one!
@@ -383,3 +385,5 @@ rules together. To finish this manual page we are going to need
another long post, or two shorter ones.
See you next time!
+
+*Next in the series: [sh(1) - part 2: commands and builtins](../2022-09-20-sh-2)*
diff --git a/src/blog/2022-09-20-sh-2/sh-2.md b/src/blog/2022-09-20-sh-2/sh-2.md
@@ -1,5 +1,7 @@
# The man page reading club: sh(1) - part 2: commands and builtins
+*This post is part of a [series](../../series)*
+
This is the second and last part of our exciting sh(1) manual page
read. This time we are going to learn about *commands* and *builtins*.
In case you have missed it, check out the [first part](../2022-09-13-sh-1)
@@ -394,3 +396,5 @@ other hand long pages are often more interesting.
Anyway, I hope you enjoyed this long double-post and that you may have
learnt something new. See you next time!
+
+*Next in the series: [tetris(6)](../2022-10-01-tetris)*
diff --git a/src/blog/2022-10-01-tetris/tetris.md b/src/blog/2022-10-01-tetris/tetris.md
@@ -1,5 +1,7 @@
# The man page reading club: tetris(6)
+*This post is part of a [series](../../series)*
+
Sometimes you just need to relax and have some fun :-)
## Boredom
@@ -145,3 +147,5 @@ $ /usr/games/tetris
```
or just update your `$PATH`.
+
+*Next in the series: [ed(1)](../2022-12-24-ed)*
diff --git a/src/blog/2022-12-24-ed/ed.md b/src/blog/2022-12-24-ed/ed.md
@@ -1,5 +1,7 @@
# The man page reading club: ed(1)
+*This post is part of a [series](../../series)*
+
I enjoyed writing a little introduction at the beginning of every
post of this series, but I am running out of ideas. I am not much
of fiction writer. I'll skip this time, maybe I'll get back to doing
@@ -419,3 +421,5 @@ more than one line at the time. If you are interest in this topic
I highly suggest reading the article
[The command line philosophy](http://www.eklhad.net/philosophy.html)
by Karl Dahlke, the author of [edbrowse](https://edbrowse.org).
+
+*Next in the series: [dc(1)](../2023-03-30-dc)*
diff --git a/src/blog/2023-03-30-dc/dc.md b/src/blog/2023-03-30-dc/dc.md
@@ -1,5 +1,7 @@
# The man page reading club: dc(1)
+*This post is part of a [series](../../series)*
+
For this episode I have decided to go back to the basics, in multiple
ways. Indeed `dc`, the *desk calculator*, is: