hpr1997 :: Introduction to sed - part 3
Looking at some more sed commands than just s
Hosted by Dave Morriss on Tuesday, 2016-03-29 is flagged as Explicit and is released under a CC-BY-SA license.
sed, stream editor, line address, regular expression, edit command.
2.
The show is available on the Internet Archive at: https://archive.org/details/hpr1997
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 01:03:48
Learning sed.
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.
Introduction to sed - part 3
In the last episode we looked at sed
at a more advanced level. We looked at all of the command-line options which we will cover in this series and examined the s command in much more detail. We covered many more details of regular expressions.
In this episode we will look at more sed
commands and how to use them.
To read the rest of the notes for this episode follow this link.
Links
- Introduction to sed - part 1: hpr1976
- Introduction to sed - part 2: hpr1986
- GNU
sed
manual: https://www.gnu.org/software/sed/manual/sed.html - Wikipedia entry for
sed
: https://en.wikipedia.org/wiki/Sed - "Sed - An Introduction and Tutorial" by Bruce Barnett: https://www.grymoire.com/Unix/Sed.html
- The Geek Stuff Unix Sed Tutorial: https://www.thegeekstuff.com/2009/09/unix-sed-tutorial-printing-file-lines-using-address-and-patterns/
- Example files: