pkf file1 { file2 ... filen }
pkf prints a summary of the contents of the kf files file1... filen.
The output should be more or less self-documenting: all variables are listed by name, type (integer, real, character, logical) and size (number of array elements) and they are grouped together in named sections.
To put the results in an ASCII file for later inspection:
pkf file > ascii_result
Each section on the file contains an index of its variables and their associated values. All data are organized in blocks. Each section may have any number of index blocks and any number of data blocks (this depends simply on the amount of data to be stored in such a block). In addition there is one special section, the SuperIndex, which is an index of all sections on the file.
The output of pkf consists of:
Remark: 'length' and 'size' are usually the same, but not necessarily.




