aboutsummaryrefslogtreecommitdiff
path: root/src/blog/2022-06-08-more
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-21 11:14:54 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-21 11:14:54 +0200
commit80d20ed80f2d1f27d454f72b213d8547230e7a8c (patch)
tree0bda65bcac857abc76cc39e30e6cb623e7b051c5 /src/blog/2022-06-08-more
parentdbbe363116f081dbd8f1c113439eeb3e949f8a1a (diff)
downloadsebastiano.tronto.net-80d20ed80f2d1f27d454f72b213d8547230e7a8c.tar.gz
sebastiano.tronto.net-80d20ed80f2d1f27d454f72b213d8547230e7a8c.zip
Added reference to blog series in manpage posts
Diffstat (limited to 'src/blog/2022-06-08-more')
-rw-r--r--src/blog/2022-06-08-more/more.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blog/2022-06-08-more/more.md b/src/blog/2022-06-08-more/more.md
index 3673f59..5f568e3 100644
--- a/src/blog/2022-06-08-more/more.md
+++ b/src/blog/2022-06-08-more/more.md
@@ -1,5 +1,7 @@
1# The man page reading club: more(1) 1# The man page reading club: more(1)
2 2
3*This post is part of a [series](../../series)*
4
3In the second episode of this blog series we are going to cover a UNIX 5In the second episode of this blog series we are going to cover a UNIX
4pager. Instead of the popular less(1), we are going to check out the 6pager. Instead of the popular less(1), we are going to check out the
5classic more(1). 7classic more(1).
@@ -190,3 +192,5 @@ can be used to pipe arbitrary portions of the current file to an external
190command. But apart from this I could easily live in the pre-1985 era. 192command. But apart from this I could easily live in the pre-1985 era.
191 193
192See you next time! 194See you next time!
195
196*Next in the series: [shutdown(8)](../2022-07-07-shutdown)*

Generated with cgit - Back to sebastiano.tronto.net