liftext75 - translate a raw HP-75 text file into an ASCII file
lifutils liftext75 [-n][-r] INPUTFILE [> Output file ]
lifutils liftext75 [-n][-r] < Input file [> Output file ]
lifutils liftext75 -?
liftext75 translates a LIF or raw HP75 text file into an ASCII file. One logical line of the input file is translated to one line of output, terminated by a newline. The HP75 text file is read from standard input or the file INPUTFILE and the plain ASCII equivalent is written to standard output.
|
-n |
Print a decimal line number at the start of each output line. | ||
|
-r |
Skip an existing LIF header of the input file. This is mandatory, if the input file is a LIF instead of a raw file. | ||
|
-? |
Print a message giving usage to standard error. |
If disk1.dat is a LIF image file containing an HP75 text file called T75 then
lifutils lifget -r disk1.dat T75 | lifutils liftext75
will list that file to standard output.
liftext75 was written by Tony Duell, ard@p850ug1.demon.co.uk and has been placed under the GNU Public License version 2.0