diff options
| -rw-r--r-- | src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md | 2 | ||||
| -rw-r--r-- | src/blog/blog.md | 2 | ||||
| -rw-r--r-- | src/blog/feed.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md b/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md index 410c6ae..410d2ce 100644 --- a/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md +++ b/src/blog/2022-06-12-shell-ide-sed/shell-ide-sed.md | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # The UNIX shell as an IDE: look stuff up sed | 1 | # The UNIX shell as an IDE: look stuff up with sed |
| 2 | 2 | ||
| 3 | Recently I have been working on [nissy](https://nissy.tronto.net), my | 3 | Recently I have been working on [nissy](https://nissy.tronto.net), my |
| 4 | Rubik's cube solver written in C. It is a faily large project for me, | 4 | Rubik's cube solver written in C. It is a faily large project for me, |
diff --git a/src/blog/blog.md b/src/blog/blog.md index 9309682..5b777ad 100644 --- a/src/blog/blog.md +++ b/src/blog/blog.md | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | [RSS Feed](feed.xml) | 3 | [RSS Feed](feed.xml) |
| 4 | 4 | ||
| 5 | * 2022-06-12 [The UNIX shell as an IDE: lookup stuff sed](2022-06-12-shell-ide-sed) | 5 | * 2022-06-12 [The UNIX shell as an IDE: look stuff up with sed](2022-06-12-shell-ide-sed) |
| 6 | * 2022-06-08 [The man page reading club: more(1)](2022-06-08-more) | 6 | * 2022-06-08 [The man page reading club: more(1)](2022-06-08-more) |
| 7 | * 2022-06-04 [The gemini protocol](2022-06-04-gemini) | 7 | * 2022-06-04 [The gemini protocol](2022-06-04-gemini) |
| 8 | * 2022-05-29 [The man page reading club: man(1)](2022-05-29-man) | 8 | * 2022-05-29 [The man page reading club: man(1)](2022-05-29-man) |
diff --git a/src/blog/feed.xml b/src/blog/feed.xml index 0a3c845..567c6b2 100644 --- a/src/blog/feed.xml +++ b/src/blog/feed.xml | |||
| @@ -9,9 +9,9 @@ Thoughts about software, computers and whatever I feel like sharing | |||
| 9 | </description> | 9 | </description> |
| 10 | 10 | ||
| 11 | <item> | 11 | <item> |
| 12 | <title>The UNIX shell as an IDE: lookup stuff sed</title> | 12 | <title>The UNIX shell as an IDE: look stuff up with sed</title> |
| 13 | <link>https://sebastiano.tronto.net/blog/2022-06-12-shell-ide-sed</link> | 13 | <link>https://sebastiano.tronto.net/blog/2022-06-12-shell-ide-sed</link> |
| 14 | <description>The UNIX shell as an IDE: lookup stuff sed</description> | 14 | <description>The UNIX shell as an IDE: look stuff up with sed</description> |
| 15 | <pubDate>2022-06-12</pubDate> | 15 | <pubDate>2022-06-12</pubDate> |
| 16 | </item> | 16 | </item> |
| 17 | 17 | ||
