On Tue, 20 Aug 2013 08:20:43 -0500, Paul Gilmartin (yes, I) wrote:
> 
>    ... Does your waystation system support pax, or equivalently,
>tar?
>
>I've done things similar to (from memory; not verbatim tested):
>
>    ssh waystation "tar -cf - U01302168" |
>        iconv -f IBM-1047 -t ISO8859-1   |    # I hate EBCDIC!
>        tar -xvf -
> 
Could this be done relying on autoconversion, omitting the explicit
"iconv", with either pax or tar?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to