|
Man /
Double2txtContent-type: text/html double2txtSection: User Commands (1)Index Return to Main Contents NAMEdouble2txt - Converts big-endian binary double data to text.SYNOPSISdouble2txt [decimal_places] [-linenum] [-components <N>]DESCRIPTIONReads big-endian binary double precision floating point data from the standard input and outputs each double as text in scientific notation with six decimal places by default, although the number of decimal places can be specified, optionally, as the first command line argument.EXAMPLESOutput as text the doubles stored as binary data in test.Bdouble: cat test.Bdouble | double2txt The output has the form:
Specify 8 decimal places rather than the default 6: cat test.Bdouble | double2txt 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 ALSOfloat2txt(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 |