Difference between revisions of "Sed"

From Free Software Directory
Jump to: navigation, search
(resources)
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Sed
+
|Name=GNU sed
|Short description=A stream-oriented non-interactive text editor
+
|Short description=stream-oriented non-interactive text editor
|Full description=Takes text input, performs some operation (or set of operations) on it and outputs the modified text. Sed is typically used for extracting part of a file using pattern matching or substituting multiple occurances of a string within a file.
+
|Full description='''Sed''' is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to the stream and prints its output to standard output. It is often used for substituting text patterns in a stream. The GNU implementation offers several extensions over the standard utility.
|User level=none
+
|Homepage URL=https://www.gnu.org/software/sed/
|Status=Live
+
|User level=intermediate
|Component programs=
+
|Is High Priority Project=No
|Homepage URL=http://www.gnu.org/software/sed//sed.html
+
|VCS checkout command=git clone git://git.sv.gnu.org/sed.git
|VCS checkout command=
+
|Documentation note=https://www.gnu.org/software/sed/manual/
|Computer languages=C
+
|Decommissioned/Obsolete=No
|Documentation note=User manual included and available from http://www.gnu.org/software/sed/manual/sed.html
+
|Accepts cryptocurrency donations=No
|Paid support=
+
|Related projects=Diakonos,change,Ed,joe,Le_editor,Led,minised,replace,Textutils,sed-mode,Sedsed,Super-sed,PE
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=Diakonos,change,Ed,joe,Le_editor,Led,minised,replace,Textutils,Sedsed,Super-sed,PE
 
 
|Keywords=text,stream,string,file,editing,word-processing,pattern,sed,ed,pattern matching
 
|Keywords=text,stream,string,file,editing,word-processing,pattern,sed,ed,pattern matching
|Is GNU=y
+
|Version identifier=4.5
|Last review by=Janet Casey
+
|Version date=2018/04/01
|Last review date=2005-07-20
+
|Version status=stable
 +
|Version download=https://ftp.gnu.org/gnu/sed/sed-4.5.tar.xz
 +
|Test entry=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/05/08
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/12
|Version identifier=4.2
+
|Is GNU=Yes
|Version date=2009-05-04
+
|GNU package identifier=sed
|Version status=stable
+
|License verified date=2009-05-04
|Version download=http://ftp.gnu.org/gnu/sed/sed-4.2.tar.bz2
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-05-04
 
|License verified date=2009-05-04
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Jim Meyering
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Paolo Bonzini
+
|Email=meyering@fb.com
|Email=bonzini@gnu.org
+
}}
|Resource URL=
+
{{Person
 +
|Real name=Assaf Gordon
 +
|Role=Maintainer
 +
|Email=assafgordon@gmail.com
 +
}}
 +
{{Resource
 +
|Resource audience=Perl (Ref)
 +
|Resource URL=https://metacpan.org/release/Sed
 +
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/sed
 +
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/sed
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource audience=Debian (Ref)
|Resource kind=E-mail
+
|Resource URL=https://tracker.debian.org/pkg/sed
|Resource URL=mailto:sed-users@yahoogroups.com
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Savannah (Ref)
|Resource kind=Newsgroup
+
|Resource URL=https://savannah.gnu.org/projects/sed
|Resource URL=gnu.announce
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=VCS Repository Webview
|Resource kind=Newsgroup
+
|Resource URL=https://git.savannah.gnu.org/cgit/sed.git
|Resource URL=gnu.utils.help
+
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-sed
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/sed-devel
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/sed
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/sed.html
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Editor=special
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 
|Text-creation=editor
 
|Text-creation=editor
 
|Use=text-creation
 
|Use=text-creation
 
|Works-with=text
 
|Works-with=text
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-05-04
 
}}
 
{{Project license
 
|License=GPLv3
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-05-04
 
}}
 

Revision as of 07:28, 8 May 2018


[edit]

GNU sed

https://www.gnu.org/software/sed/
Stream-oriented non-interactive text editor.

Sed is a non-interactive, text stream editor. It receives a text input from a file or from standard input and it then applies a series of text editing commands to the stream and prints its output to standard output. It is often used for substituting text patterns in a stream. The GNU implementation offers several extensions over the standard utility.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

6 November 2022




Leaders and contributors

Contact(s)Role
Assaf Gordon Maintainer
Jim Meyering Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-sed/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/sed.git/
FTPDownloadhttps://ftpmirror.gnu.org/sed/
Generalhttps://translationproject.org/domain/sed.html
Mailing Listhttps://lists.gnu.org/mailman/listinfo/sed-devel/
DebianDeveloperhttps://tracker.debian.org/pkg/sed
SavannahDeveloperhttps://savannah.gnu.org/projects/sed/
FTPDownloadhttps://ftp.gnu.org/gnu/sed/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=sed.git
WikidataGeneralhttps://www.wikidata.org/wiki/Q64122515
FTPDownloadhttps://alpha.gnu.org/gnu/sed/


Software prerequisites

This entry (in part or in whole) was last reviewed on 6 November 2022.



Version comment

https://lists.gnu.org/archive/html/info-gnu/2022-11/msg00001.html


Entry










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


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


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


"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.



















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.