Swapcpu

This program switches the file formats between little and big endian.  (Endian is determined by hardware architecture)

Swapcpu converts a *nix filePro file between little- and big-endian format, without the need to go through xfer.  For example, between Intel (little-endian) and AIX (big-endian).

Note that HP-UX comes in two flavors -- Intel (little-endian) and RISC (big-endian).

 

Usage

swapcpu [flags] [filename filename filename ...]

 

Available flags:

-S = skip key/data/files.

-Q = quiet mode (no "already in destination order" messages)

-CN = convert to native format

-CF = convert to foreign format