Projects / GNU ed

GNU ed

GNU ed is an 8-bit clean implementation of the POSIX line-oriented text editor. Ed is the "standard" text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  25 Apr 2013 09:05

Release Notes: No user-visible changes were made. Ed now stops reading stdin when reaching the real End Of File the first time. Previously it needed to reach EOF twice.

  •  27 Nov 2012 00:09

Release Notes: Shows the "Try 'ed --help' for more information." message if a bad option is given on the command line. Quote characters in messages have been changed as advised by GNU Coding Standards. The description of address offsets in the manual and a link to the Bash manual have been fixed. The configure option "--datadir" has been renamed to "--datarootdir" to follow GNU Standards. The target "install-bin" has been added to the Makefile.

  •  11 Jun 2012 22:04

Release Notes: The description of address offsets in the manual has been fixed.

  •  03 May 2012 09:29

Release Notes: Ed now shows the "Try 'ed --help' for more information." message if a bad option is given on the command line. Quote characters in messages have been changed as advised by GNU Coding Standards. The "--datadir" configure option has been renamed to "--datarootdir" to follow GNU Standards.

  •  02 Jan 2012 23:04

Release Notes: Displaying of null characters by the "l" command has been fixed. The condition deciding when to show the message "Newline appended" has been corrected. The "modified" flag is now set when reading a non-empty file into an empty buffer. An error that prevented using NUL characters in regular expressions has been fixed. Ed now signals an error if it can't create a shell process when executing a shell command. Ed now flushes stdout/stderr before reading a new command. All command-line options are now documented in the man page.

RSS Recent comments

30 Mar 2012 07:03 unix001 Thumbs up

Really good editor for Unix

23 Aug 2008 01:10 Avatar woods

don't be so self deprecating!
Maybe the about section shouldn't be so self deprecating.

There are many good reasons still to have a decent line editor available on all systems. Some of those could be described instead of worrying about the other tools that don't really compare.

01 Jun 2007 17:39 Avatar ant_diaz

Re: errors in ed-0.4

> there are a couple of glaring errors in signal.c:

Both errors will be fixed in version 0.6.

Next time, please use the mailing list to notify errors. Thanks.

17 Feb 2007 19:53 davidbacon

errors in ed-0.4
I'm sure Antonio Diaz means well, but there are a couple of glaring errors in signal.c:

In sigwinch_handler(), there is an executable statement before a declaration (when TIOCGWINSZ is defined). That works in C++, but not in C.

In set_signal(), the non-standard flag SA_RESTART is used. This should be conditionalized, as it is not supported on all flavours of Unix (including QNX Neutrino); POSIX does not in fact require it to be defined.

12 Jun 2002 23:15 holyTeach

excellent.
This is quite possibly one of the coolest projects I've ever seen announced on Freshmeat.

Screenshot

Project Spotlight

Aspose.OCR for .NET

A character recognition component that allows developers to add OCR functionality.

Screenshot

Project Spotlight

ipset

Fast address matching for Netfilter/Xtables.