Content-type: text/html Manpage of byte2txt

byte2txt

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

 

NAME

byte2txt - Converts binary byte data to text.

 

SYNOPSIS

byte2txt [-linenum] [-components <N>]

 

DESCRIPTION

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

 

EXAMPLES

Output as text the bytes stored as binary data in test.byte:

cat test.Bbyte | byte2txt

The output has the form:


  64
  75
 -128
  0
  0
  :

 

OPTIONS

-linenum
Print line numbers in output.

-components <N>
Assume output is voxel data with N components. Output will be annotated with voxel number and component number.

 

AUTHORS

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

 

SEE ALSO

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

 

BUGS


 

Index

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
OPTIONS
AUTHORS
SEE ALSO
BUGS

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