The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

inicat - cat .ini files to standard output

SYNOPSYS

inicat [-V] [-o outfile] [file ...]

DESCRIPTION

inicat reads and then writes .ini files. If no output file is specified using the -o option, then it will write to stdout.

If multiple files are specified, each file is read and processed separately - the keys in the files are not merged together.

Comments in the .ini files will NOT be discarded. Extraneous white space, however, will be discarded.

OPTIONS

-o file

Allows an output file to be specified. "-" means write to stdout.

-V

Prints the version number - the program then exits immediately.

SEE ALSO

inidiff, iniedit, inifilter.

KNOWN BUGS

Sections with an empty line have the empty line removed, but it also removes the next empty line between sections.

AUTHOR

    Michael Rendell, Memorial University of Newfoundland

MAINTAINERS

    Jeremy Squires <j.squires at computer.org>

SOURCE

ACKNOWLEDGEMENTS

    Michael Rendell, Memorial University of Newfoundland
    produced the first version of the Regutils package from which
    this package was derived.

BUGS

Please report any bugs or feature requests to bug-app-inidiff-inifile at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-IniDiff-IniFile. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc App::IniDiff::IniFile

You can also look for information at:

LICENSE AND COPYRIGHT

This software is Copyright (c) 1998 Memorial University of Newfoundland

This is free software, licensed under:

The GNU General Public License, Version 3, July 2007

See LICENSE