Changes between Version 2 and Version 3 of IniFileStreamEditorScript
- Timestamp:
- 06/15/07 01:36:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IniFileStreamEditorScript
v2 v3 7 7 You can edit every ini-style file. 8 8 inised can also remove keys from sections, but an empty sections will stay left. 9 10 == SYNOPSIS == 11 12 inised <file.ini> <add-key|remove-key> <section> <key> <value> 13 9 14 10 15 == Bugs/Feature Requests == 26 31 == Example == 27 32 33 34 {{{ 28 35 for file in */conf/trac.ini ; do \ 29 36 inised $file add-key components iniadmin.iniadmin.iniadminplugin enabled \ 30 37 done 31 32 USAGE: 33 inised <file.ini> <add-key|remove-key> <section> <key> <value> 38 }}} 34 39 35 40 EXAMPLES: 41 42 {{{ 36 43 inised conf/trac.ini add-key components iniadmin.iniadmin.iniadminplugin enabled 37 44 inised conf/trac.ini remove-key components iniadmin.iniadmin.iniadminplugin enabled 45 46 }}} 38 47 39 48 46 55 '''Author:''' [wiki:tac] [[BR]] 47 56 '''Contributors:''' 57 == COPYRIGHT == 58 59 Copyright © 2006 Free Software Foundation, Inc. 60 61 This is free software. You may redistribute copies of it under the 62 terms of the GNU General Public License 63 http://www.gnu.org/licenses/gpl.html. There is NO WARRANTY, to the 64 extent permitted by law. 65

