Prompts for Input File, Output File, and Break Character
Lines in input file are searched for break character. If found the line
is truncated to include only characters up to the character before the
break character. The line is then trimmed of trailing spaces and written to
the output file. If the break character is not found, the line is written
to the output file unchanged.