SYNTAX

    iniedit [options] <inifile>


OPTIONS

-h (--help) bool

Display help.

-i (--idf) filename

Specify an INI description file (IDF) to use. Has no effect if --force is specified.

-d (--dump) bool

Dump the file contents to stdout.

-f (--force) bool

Continue even if the file structure is invalid.

-g (--get) string

Write a single value from the file to stdout.

-s (--set) string

Update or add a value to the file. Specify the value in the format 'id[=value]'. If no '=' is specified, the value will be read from STDIN.

-r (--remove) string

Remove a value from the file.


ARGUMENTS

<inifile>

The INI file to use. [filename]


DESCRIPTION

Manipulate (fshell format) INI configuration files.


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.