Disfil - Display data values
Disfil [ type=f,c,d,l,s,b,n col= format=(printf format) number=y ] < in.H
f or r- 4-byte FLOAT (default if esize=4)
n -4-byte NATIVE FLOAT (doesn't use sreed)
c -8-byte COMPLEX (default if esize=8)
d -8-byte FLOAT
i- 4-byte INT
s- 2-byte INT (default if esize=2)
b- 1-byte INT (default if esize=1)
number of columns in output.
defaults 3,5, or 10 depending on type.
printf-style format for output.
defaults "%13.4g " for float and double.
"%4d " for int, short and byte.
"%10.4g,%10.4gi " for complex.
y -do not number elements.
[0] skip this many BYTES before starting processing.
Only print out this many ELEMENTS.
Formatted display of a binary data file
the Dd manpage, the Dis3dhead manpage
util/info