From: Charles Wilson Date: Thu, 20 May 2010 21:48:23 +0000 (+0000) Subject: Added msys-sed.xml X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ad5fb45e0f999cf9eed9e829a43ea97006c69fb1;p=mingw%2Fmingw-dist.git Added msys-sed.xml --- diff --git a/msys/msys-sed.xml b/msys/msys-sed.xml new file mode 100644 index 0000000..0cfc08f --- /dev/null +++ b/msys/msys-sed.xml @@ -0,0 +1,40 @@ + + + + + + + + sed is a stream editor. A stream editor is used to + perform basic text transformations on an input stream (a file or + input from a pipeline). While in some ways similar to an editor + which permits scripted edits (such as ed), sed works by making + only one pass over the input(s), and is consequently more + efficient. But it is sed's ability to filter text in a pipeline + which particularly distinguishes it from other types of editors. + + + + + + + + + + + + + + + + + + + + + + + + + +