sed

sed is a Unix utility that parses and transforms text, using a simple, compact programming language. It was developed from 1973 to 1974 by Lee E. McMahon of Bell Labs, and is available today for most operating systems. sed was based on the scripting features of the interactive editor ed and the earlier qed. It was one of the earliest tools to support regular expressions, and remains in use for text processing, most notably with the substitution command. Popular alternative tools for plaintext string manipulation and "stream editing" include AWK and Perl. Wikipedia

Created Year: 1974
Designed by: Lee E. McMahon
Developed by: Lee E. McMahon
Operating systems: Unix-like operating system
Aliases: Sed

Wikidata: Q305876

Influenced: Perl

Programming paradigms: data-driven programming

Language types: scripting language

sed Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in sed

#!/usr/bin/sed -f sed.sed
c\
Hello World
q

Free sed books, articles, documentation

Search on GitHub


Latest data update: 2025-02-28