sed • 4.2

April 30th, 2009

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.

sed4.2

Random Posts

Loading…

VN:F [1.9.6_1107]
Rating: 0.0/5 (0 votes cast)

Comments are closed.