diff --git a/utils/minised.ico b/utils/minised.ico new file mode 100755 index 000000000..0d25d43ee Binary files /dev/null and b/utils/minised.ico differ diff --git a/utils/minised.png b/utils/minised.png new file mode 100755 index 000000000..99c90e6ba Binary files /dev/null and b/utils/minised.png differ diff --git a/utils/minised.xml b/utils/minised.xml new file mode 100644 index 000000000..c36c69d6c --- /dev/null +++ b/utils/minised.xml @@ -0,0 +1,32 @@ + + + + MiniSed + Minised: stream editor + 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 occurances of a string within a file. + +MiniSed is the fast, small sed originally distributed in the GNU toolkit and still distributed with Minix -- but it's still better for some uses (in particular, faster and less memory-intensive). + + + + System + http://gnuwin32.sourceforge.net/packages/minised.htm + + + + + + + + + + + + sed + the stream editor + Sed copies the named files (standard input default) to + the standard output, edited according to a script of + commands. + + +