|
Man /
Char2txtContent-type: text/html char2txtSection: User Commands (1)Index Return to Main Contents NAMEchar2txt - Converts binary char data to text.SYNOPSISchar2txtDESCRIPTIONReads binary char data from the standard input and outputs each int as text to the standard output. The output is numbers in the range 0-255; unlike byte2txt, which outputs numbers in the range -128-127.EXAMPLESOutput as text the chars stored as binary data in test.char: cat test.Bchar | char2txt The output has the form:
AUTHORSDaniel Alexander <camino@cs.ucl.ac.uk>SEE ALSObyte2txt(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 |