|
Man /
Byte2txtContent-type: text/html byte2txtSection: User Commands (1)Index Return to Main Contents NAMEbyte2txt - Converts binary byte data to text.SYNOPSISbyte2txt [-linenum] [-components <N>]DESCRIPTIONReads binary byte data from the standard input and outputs each int as text to the standard output. The output is numbers in the range -128-127; unlike char2txt, which outputs numbers in the range 0-255.EXAMPLESOutput as text the bytes stored as binary data in test.byte: cat test.Bbyte | byte2txt The output has the form:
OPTIONS
AUTHORSDaniel Alexander <camino@cs.ucl.ac.uk>SEE ALSOchar2txt(1), short2txt(1), byte2txt(1), long2txt(1), double2txt(1), float2txt(1), shredder(1).BUGS
IndexThis document was created by man2html, using the manual pages. Time: 02:07:11 GMT, December 04, 2017 |