|
Man /
Float2txtContent-type: text/html float2txtSection: User Commands (1)Index Return to Main Contents NAMEfloat2txt - Converts big-endian binary float data to text.SYNOPSISfloat2txt [decimal_places] [-linenum] [-components <N>]DESCRIPTIONReads big-endian binary floating point data from the standard input and outputs each float as text in scientific notation with six decimal places by default, although the number of decimal places can be specificied, optionally, as the first command line argument.EXAMPLESOutput as text the floats stored as binary data in test.Bfloat: cat test.Bfloat | float2txt The output has the form:
Specify 8 decimal places rather than the default 6: cat test.Bfloat | float2txt 8 The output has the form:
OPTIONSThe first option is a single integer for the number of decimal places in the output. It is required if other options are specified.
AUTHORSDaniel Alexander <camino@cs.ucl.ac.uk>SEE ALSOdouble2txt(1), byte2txt(1), char2txt(1), short2txt(1), int2txt(1), long2txt(1), shredder(1).BUGS
IndexThis document was created by man2html, using the manual pages. Time: 02:07:11 GMT, December 04, 2017 |