Josef Grosch <[EMAIL PROTECTED]> wrote:
>
>
> Does anybody know of an EBCDIC to ASCII converter? I thought that at one
> time FreeBSD had one of these.
>
>
> Josef
Check out the `dd' command.. particularly the `conv' suboption:
conv= value[, value ...]
Where value is one of the symbols from the following list.
ascii, oldascii
The same as the unblock value except that characters
are translated from EBCDIC to ASCII before the records
are converted. (These values imply unblock if the
operand cbs is also specified.) There are two conver-
sion maps for ASCII. The value ascii specifies the rec-
ommended one which is compatible with System V. The
value oldascii specifies the one used in historic AT&T
and pre-4.3BSD-reno systems.
- Dave Rivers -
--
[EMAIL PROTECTED] Work: (919) 676-0847
Get your mainframe (370) `C' compiler at http://www.dignus.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message