List of blog series
In my blog I sometimes write multiple posts on the same topic, or I write 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 of a classic UNIX utility, highlighting the most important features. Each post is introduced by a fictional context.
UNIX text filter
In this series I explore three classic UNIX commands, in increasing order
of complexity: grep
, sed
and awk
. Work in progress.
- Part 0: Regular expressions
- Part 1: grep
- Part 2: sed
- Part 2.1: tr
- Part 2.2: head and tail
- Part 2.3: rev
- Part 2.4: cut
- Part 2.5: expand and unexpand
- Part 2.6: fold
- Part 3: awk (coming “soon”)
The UNIX shell as an IDE
This series contains only one post for now, but I may add more in the future.