The filtmsql program reformats output produced by mysqldump to reduce
overlong lines.
A line break is is inserted before the second table entry and all following
table entries of a table.

To run the program use

	filtmsql
	filtmsql <inputfile>
	filtmsql <inputfile> <outputfile>

The program uses standard input and/or standard output if inputfile
and/or outputfile are not specified.

