News

GNU ed 1.15 released!

1 min read

Last week, GNU ed, a line-oriented text editor, released GNU ed 1.15. GNU ed is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts.

Red, a restricted version of ed, can only edit files in the current directory and cannot execute shell commands. Ed is the “standard” text editor and the original editor for Unix. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe.

Changes in GNU ed 1.15

  • The list command has been fixed to print a backslash before every ‘$’ character within the text.
  • Address ‘,,’ has been fixed to mean ‘$,$’ instead of ‘1,$’.
  • A ‘s’ command that is part of a ‘g’ or ‘v’ command-list can again split a line by including a newline escaped with a backslash ‘\’ in the replacement string. For this, the closing delimiter of the replacement string can’t be omitted unless the ‘s’ command is the last command in the list because otherwise, the meaning of the escaped newline would become ambiguous.
  • Due to a recent change in the POSIX standard, the ‘c’ command no longer accepts an address of 0, and the documentation for the ‘i’ command now explains that it treats address 0 as meaning “at the beginning of the buffer”, instead of as a synonym for address 1.
  • Minor fixes have been made to the manual.
  • The configure script now accepts appending options to CFLAGS using the syntax ‘CFLAGS+=OPTIONS’.

To know more about this release, visit GNU ed’s email thread.

Read Next

GitHub now supports the GNU General Public License (GPL) Cooperation Commitment as way of promoting effective software regulation

GNU Bison 3.2 got rolled out

Following Linux, GNU publishes ‘Kind Communication Guidelines’ to benefit members of ‘disprivileged’ demographics

Savia Lobo

A Data science fanatic. Loves to be updated with the tech happenings around the globe. Loves singing and composing songs. Believes in putting the art in smart.

Share
Published by
Savia Lobo

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago