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.
Released: Friday, 2016-06-24.
Duration: 00:48:09.
Flag: Explicit.
Tags: sed , stream editor , pattern space , hold space .
Finishing covering sed commands. Looking at some example scripts
Released: Monday, 2016-04-18.
Duration: 00:47:38.
Flag: Explicit.
Tags: sed , stream editor , pattern space , hold space .
How sed really works. Less frequently used sed commands
Released: Tuesday, 2016-03-29.
Duration: 01:03:48.
Flag: Explicit.
Tags: sed , stream editor , line address , regular expression , edit command .
Looking at some more sed commands than just s
Released: Monday, 2016-03-14.
Duration: 01:01:18.
Flag: Explicit.
Tags: sed , stream editor , option , regular expression , substitution .
Some more about the GNU sed command
Released: Monday, 2016-02-29.
Duration: 00:44:28.
Flag: Explicit.
Tags: sed , stream editor , option , regular expression , substitution .
What sed is and how to use it in a simple way