x_edit (1) Linux Manual Page
x_edit – convert between binary and ASCII crossover correction tables.
Synopsis
x_edit -A|X[name] -O[outname]Description
The purpose of x_edit is to convert between ASCII and binary versions of the crossover correction tables.- -A
- Name of ASCII correction table [stdin], write binary table to file given by -O [stdout].
- -X
- Name of binary correction table [stdin], write ASCII table to file given by -O [stdout].
- -O
- Name of output correction table [stdout].
Examples
To convert the binary file crossover_corr.b to ASCII and write to stdout, runx_edit -Xcrossover_corr.b > corrections.d
