Home / ALL / sed
Name Modified Size InfoDownloads / Week
Parent folder
sed-4.2.2 2012-12-29
sed-4.2.1 2012-12-29
sed-4.2 2012-12-29
README 2012-12-29 361 Bytes
Totals: 4 Items   361 Bytes 0
Sed (streams editor) isn't really a true text editor or text processor. Instead, it is used to filter text, i.e., it takes text input and 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 occurrences of a string within a file. 
Source: README, updated 2012-12-29