diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-14 17:36:51 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-14 17:36:51 +0100 |
| commit | 5ed505e280c6c6a7459bb2e4249313fa65df052f (patch) | |
| tree | 7bcd1417ef01423740f623be5e7a61007f9e79c5 /src/blog/2022-06-08-more/more.md | |
| parent | 0ece949b176312dd7b9a2305892acc8f013a0e67 (diff) | |
| parent | 0c2a1363f154be65c20dc5dc42c0a41f7caf8da9 (diff) | |
| download | sebastiano.tronto.net-5ed505e280c6c6a7459bb2e4249313fa65df052f.tar.gz sebastiano.tronto.net-5ed505e280c6c6a7459bb2e4249313fa65df052f.zip | |
Merge branch 'master' of tronto.net:sebastiano.tronto.net
Diffstat (limited to 'src/blog/2022-06-08-more/more.md')
| -rw-r--r-- | src/blog/2022-06-08-more/more.md | 4 |
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 | |||
| 3 | In the second episode of this blog series we are going to cover a UNIX | 5 | In the second episode of this blog series we are going to cover a UNIX |
| 4 | pager. Instead of the popular less(1), we are going to check out the | 6 | pager. Instead of the popular less(1), we are going to check out the |
| 5 | classic more(1). | 7 | classic more(1). |
| @@ -190,3 +192,5 @@ can be used to pipe arbitrary portions of the current file to an external | |||
| 190 | command. But apart from this I could easily live in the pre-1985 era. | 192 | command. But apart from this I could easily live in the pre-1985 era. |
| 191 | 193 | ||
| 192 | See you next time! | 194 | See you next time! |
| 195 | |||
| 196 | *Next in the series: [shutdown(8)](../2022-07-07-shutdown)* | ||
