Talk Minutes - Ed - The Text Editor - June 16, 2020
Following are the important points discussed today about ‘ed’
- history about ed
- how to invoke ed
- why ‘ed’ is a line editor
- details about command mode
- details about input mode
- line numbers in ed
- how to add content to ‘ed’ current buffer
- how to display whole buffer
- print specific line or lines using line addresses
- deleting and changing lines
- saving current buffer to filesystem
- opening files in ed
- using regular expression instead of line address in ed
- forward searching
- reverse searching
- global searching
- intro to Basic Regular Expressions (BRE)
Links shared in the talk
- ‘ed’ FreeBSD Man Page
- https://man7.org/linux/man-pages/man7/regex.7.html
- https://man7.org/linux/man-pages/man1/ed.1p.html
- https://www.gnu.org/software/ed/
- https://xkcd.com/378/
Session Replay
IRC Logs
Terminal Capture Logs
ed-talk-script-output-files.tar.gz
To playback these logs, follow these steps
$ tar xvzf ed-talk-script-output-files.tar.gz
$ scriptreplay -m1 --timing=20200616155221-24417.timing 20200616155221-24417.typescript