Prev Up Next Index
Go backward to 9.4.3 Reconverting to Native Format
Go up to 9.4 Creating a Binary Archive
Go forward to 9.4.5 Conversion to a More Portable Binary

9.4.4 Reading the Binary File

To use readfile to read the data in latlon.bin:

  1. Enter the following command:
    readfile latlon.bin 
    
  2. The data are stored as doubles, so enter d to view each value (or press Return to view each value after the first).
  3. Enter q to quit readfile.

Tom Sgouros and James Gallagher, 2006-02-12

Prev Up Next