Short:        String Replace Utility
Author:       Fabio [Allanon] Falcucci
Uploader:     hijoe tin it (Fabio [Allanon] Falcucci)
Type:         text/edit
Version:      0.1
Architecture: i386-aros

| REPLACER v0.1 |------------------------------------------------------------+
| Fabio [Allanon] Falcucci                                        05.12.2006 |
+----------------------------------------------------------------------------+
| String replacer utility
| Search within <filename> the string(s) <search> and replace it with 
| the <replacer> string.
| 
| Can be used with the commands "Lua" or "Amilua"
|
| Usage: amilua Replacer.lua <options> <filename> <search> <replace>
|    <options>    Option's flags as follow:
|                 B   = Backup (make a backup before elaboration)
|                 V   = Full Verbose Mode
|                 v   = Short Verbose Mode
|    <filename>   File to elaborate
|    <search>     String to search and replace with...
|    <replace>    ...the replacer string.
|_____________________________________________________________________________
| Example:
|
| Shell> lua Replacer.lua Bv Ram:sourcefile.txt "Me & you" "Me and You"
| 
| In the file "Ram:sourcefile.txt" all "Me & You" occurances will be replaced
| with "Me and You", line my line.
+-----------------------------------------------------------------------------
| Please post comments/suggestions/bugs at AROS-Exec forum or at my e-mail
| address at <hijoe[AT]tin[DOT]it>
+-----------------------------------------------------------------------------