Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
Replacer | Description: | String Replace Utility | Download: | replacer.i386.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 3kb | Version: | 0.1 | Date: | 19 Dec 06 | Author: | Fabio [Allanon] Falcucci | Submitter: | Fabio [Allanon] Falcucci | Category: | utility/text/edit | License: | Freeware | Distribute: | yes | FileID: | 147 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 141 (Current version) | | 141 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] | 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>
+-----------------------------------------------------------------------------
|