Difference between revisions of "Ed"

From Free Software Directory
Jump to: navigation, search
(version 1.14.1 + related projects from Debian)
(Is GNU checkbox)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU ed
 
|Name=GNU ed
|Short description=A simple line editor
+
|Short description=Simple line editor.
 
|Full description='''Ed''' is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way.  
 
|Full description='''Ed''' is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way.  
  
Line 8: Line 8:
 
N.B. This pacakge also contains a restricted version of ed, <kbd>red</kbd>, that can only edit files in the current directory and cannot execute shell commands.
 
N.B. This pacakge also contains a restricted version of ed, <kbd>red</kbd>, that can only edit files in the current directory and cannot execute shell commands.
 
|Homepage URL=https://www.gnu.org/software/ed/
 
|Homepage URL=https://www.gnu.org/software/ed/
|User level=advanced
+
|Version download=https://ftpmirror.gnu.org/ed/ed-1.20.2.tar.lz
|Computer languages=C
 
|Documentation note=From the terminal, simply type:
 
<kbd>info ed</kbd>
 
 
 
An online manual for ed can also be found at: https://www.gnu.org/software/ed/manual/ed_manual.html
 
|Related projects=xmlstarlet,rush,rssh,ddd,moreutils,kakoune
 
|Keywords=text,editor,editing,ed,text editor,word processing
 
|Version identifier=1.14.1
 
|Version date=2016/02/12
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/ed/ed-1.14.1.tar.lz
 
|Last review by=Genium
 
|Last review date=2017/01/16
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Status=
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=ed
 
|GNU package identifier=ed
|License verified date=2010-09-07
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3orlater
+
|License=GPLv2orlater
|License verified by=Kelly Hopkins
+
|License copyright=Copyright (C) 1993, 1994 Andrew L. Moore
|License verified date=2010-09-07
+
Copyright (C) 2006-2024 Antonio Diaz Diaz.
 +
|License verified by=Genium
 +
|License verified date=2024-04-25
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=C
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Software-development=debugging, program-editor, shell
 +
|Text-creation=editor
 +
|Use=system-administration
 +
|Works-with=text
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=ed
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Antonio Diaz
+
|Real name=Antonio Diaz Diaz
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=antonio@gnu.org
 
|Email=antonio@gnu.org
|Resource URL=
 
 
}}
 
}}
{{Person
+
{{Resource
|Real name=See the THANKS file in the distribution for a complete list
+
|Resource audience=Debian (Ref)
|Role=Contributor
+
|Resource URL=https://tracker.debian.org/pkg/ed
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Savannah (Ref)
|Resource kind=Homepage
 
 
|Resource URL=https://savannah.gnu.org/projects/ed/
 
|Resource URL=https://savannah.gnu.org/projects/ed/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=VCS Repository Webview
|Resource kind=Download
+
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/ed/
|Resource URL=http://ftpmirror.gnu.org/ed/
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
 
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://savannah.gnu.org/projects/ed/
+
|Resource URL=https://cvs.savannah.gnu.org/viewvc/ed/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ed/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://download.savannah.gnu.org/releases/ed/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User & Developer
+
|Resource kind=Download
|Resource kind=Bug Tracking Subscribe
+
|Resource URL=https://ftp.gnu.org/gnu/ed/
|Resource URL=http://lists.gnu.org/mailman/listinfo/bug-ed
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=General
|Resource kind=E-mail
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=mailto:bug-ed@gnu.org
 
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Screenshot 1=GNU ed Hello World.png
|Programming-language=C
+
|Is High Priority Project=No
|Runs-on=BSD, GNU/Linux
+
|Computer languages=C
|Software-development=debugging, shell
+
|Decommissioned or Obsolete=No
|Text-creation=editor
+
|Version identifier=1.20.2
|Use=system-administration
+
|Version date=2024-04-23
|Works-with=text
+
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2024-04-25
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/ed/ed-1.20.2.tar.lz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 16:45, 25 April 2024


Overview

GNU ed

https://www.gnu.org/software/ed/
Simple line editor.

GNU ed Hello World.png

Ed is a line-oriented text editor: rather than offering an overview of a document, ed performs editing one line at a time. It can be executed both interactively and via shell scripts. Its method of command input allows complex tasks to be performed in an automated way.

GNU ed offers several extensions over the standard utility. The original editor for Unix was the most widely available text editor of its time. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe.

N.B. This pacakge also contains a restricted version of ed, red, that can only edit files in the current directory and cannot execute shell commands.





Details

Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

25 April 2024




Leaders and contributors

Contact(s)Role
Antonio Diaz Diaz Maintainer


Resources and communication

AudienceResource typeURI
Downloadhttps://ftp.gnu.org/gnu/ed/
Debian (Ref)https://tracker.debian.org/pkg/ed
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-ed/
Downloadhttps://download.savannah.gnu.org/releases/ed/
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/ed/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/ed/
Generalhttps://savannah.gnu.org/people/
Savannah (Ref)https://savannah.gnu.org/projects/ed/


Software prerequisites

About this entry

This entry (in part or in whole) was last reviewed on 25 April 2024.



<headertabs />


Entry









"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


















Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.