NAME dkt cat - Show files, change encoding if required SYNOPSIS dkt cat [] [] DESCRIPTION The program shows files, normally the sytems default encoding is used for output. OPTIONS -R skips all settings from dkt.conf configuration files. -i encoding sets up the default input encoding. This encoding is used if no byte order marker is found at the beginning of input. -p shortcut for "-i ascii". -o encoding chooses an output encoding. -c writes carriage return + newline combination at line ends. Normally (without the -c option) only a newline is written. -w normalizes text. Leading and trailing whitespace sequences are removed, all other whitespace sequences are replaced by one space. RETURN VALUE The program returns 0 on success, any other value indicates an error. AUTHOR Dirk Krause