NAME

rmhtml - remove files created by rtfdtohtml


SYNOPSIS

rmhtml file ...


DESCRIPTION

The rmhtml program removes all files that rtfdtohtml created for the given command line arguments. It will remove the HTML pages and all converted image files.

File arguments given on the command line may be either RTF or RTFD files, or C / C++ / Objective-C source files that contain RTF information. All file arguments that are not RTF or RTFD files will be ignored.


Examples

    rmhtml test.rtfd        # clean up test.rtfd
    rmhtml *.rtf *.c        # clean up all files


SEE ALSO

the rtfdtohtml.1 manpage, the rmrtfd.1 manpage


AUTHOR

Elmar Ludwig < feludwig@informatik.Uni-Osnabrueck.DE >