In-Depth Series: Learning sed
- Number of episodes: 5
- Open/closed: open
- Date of earliest show: 2016-02-29
- Date of latest show: 2016-06-24
- Series RSS feeds: ogg, spx, mp3
Episodes about using sed, the Stream Editor. It's a non-interactive editor which you can use to make simple changes to data, which is how many people use it. However, sed also has a lot of hidden power, especially in the GNU version.
hpr2060 :: Introduction to sed - part 5 hosted by Dave Morriss
Finishing covering sed commands. Looking at some example scripts
Listen in ogg, spx, or mp3 format.
hpr2011 :: Introduction to sed - part 4 hosted by Dave Morriss
How sed really works. Less frequently used sed commands
Listen in ogg, spx, or mp3 format.
hpr1997 :: Introduction to sed - part 3 hosted by Dave Morriss
Looking at some more sed commands than just s
Listen in ogg, spx, or mp3 format.
hpr1986 :: Introduction to sed - part 2 hosted by Dave Morriss
Some more about the GNU sed command
Listen in ogg, spx, or mp3 format.
hpr1976 :: Introduction to sed - part 1 hosted by Dave Morriss
What sed is and how to use it in a simple way