Recent Changes - Search:

Homepage

This is the old Camino website, please visit our new page to download the code and get the latest documentation.









UCL MIG Home

UCL CS Home

UCL Home

edit SideBar

Man /

Long2txt

Content-type: text/html Manpage of long2txt

long2txt

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

 

NAME

long2txt - Converts big-endian binary long integer data to text.

 

SYNOPSIS

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

 

DESCRIPTION

Reads big-endian binary long integer data from the standard input and outputs each long as text to the standard output.

 

EXAMPLES

Output as text the long integers stored as binary data in test.Blong:

cat test.Blong | long2txt

The output has the form:


  4632937379169042432
 -4631474333280360832
 -4600255576996874147
 -4599031103289244867
  4617313686610146377
 :

 

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

byte2txt(1), char2txt(1), short2txt(1), int2txt(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

Edit - History - Print - Recent Changes - Search
Page last modified on October 26, 2009, at 02:53 PM