UNIX specifics: | valid values for encoding-value and portable-options |
D | default format (same as variable). |
F | fixed format. That is, each record has the same length. |
N | binary format. The file consists of a stream of bytes with no record boundaries. |
P | print format. |
V | variable format. Each record ends with a newline character. |