From Camino

Man: Char2txt

Content-type: text/html Manpage of char2txt

char2txt

Section: User Commands (1)
Index Return to Main Contents

 

NAME

char2txt - Converts binary char data to text.

 

SYNOPSIS

char2txt

 

DESCRIPTION

Reads 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.

 

EXAMPLES

Output as text the chars stored as binary data in test.char:

cat test.Bchar | char2txt

The output has the form:


 64
 75
 128
 0
 0
 :

 

AUTHORS

Daniel Alexander <camino@cs.ucl.ac.uk>

 

SEE ALSO

byte2txt(1), short2txt(1), byte2txt(1), long2txt(1), double2txt(1), float2txt(1), shredder(1).

 

BUGS


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
AUTHORS
SEE ALSO
BUGS

This document was created by man2html, using the manual pages.
Time: 02:07:11 GMT, December 04, 2017

Retrieved from http://web4.cs.ucl.ac.uk/research/medic/camino/pmwiki/pmwiki.php?n=Man.Char2txt
Page last modified on October 26, 2009, at 02:42 PM