Re: EBCDIC -> ASCII

2001-02-12 Thread Wes Peters
Aled Morris wrote: > > On Thu, 1 Feb 2001, Warner Losh wrote: > > >Even the name (dd) comes from IBM's control language (JSYS?). > > I don't disagree, but someone once told me the name came from what > it does "Convert and Copy a file" - see dd(1) - but "cc" was already > taken... dd == devic

Re: EBCDIC -> ASCII

2001-02-12 Thread Garance A Drosihn
At 2:01 PM + 2/12/01, Aled Morris wrote: >On Thu, 1 Feb 2001, Warner Losh wrote: > >>Even the name (dd) comes from IBM's control language (JSYS?). > >I don't disagree, but someone once told me the name came from >what it does "Convert and Copy a file" - see dd(1) - but "cc" >was already taken

Re: EBCDIC -> ASCII

2001-02-12 Thread Kurt J. Lidl
On Mon, Feb 12, 2001 at 02:01:55PM +, Aled Morris wrote: > On Thu, 1 Feb 2001, Warner Losh wrote: > > >Even the name (dd) comes from IBM's control language (JSYS?). > > I don't disagree, but someone once told me the name came from what > it does "Convert and Copy a file" - see dd(1) - but "

Re: EBCDIC -> ASCII

2001-02-12 Thread Aled Morris
On Thu, 1 Feb 2001, Warner Losh wrote: >Even the name (dd) comes from IBM's control language (JSYS?). I don't disagree, but someone once told me the name came from what it does "Convert and Copy a file" - see dd(1) - but "cc" was already taken... Aled To Unsubscribe: send mail to [EMAIL PR

Re: EBCDIC -> ASCII

2001-02-02 Thread Mike Nowlin
> At 1:33 PM -0800 1/29/01, Josef Grosch wrote: > >Does anybody know of an EBCDIC to ASCII converter? I thought > >that at one time FreeBSD had one of these. > > Note there are multiple ideas of what it means to be EBCDIC. > Alphanumerics stay the same between them, of course, but a > few of the

Re: EBCDIC -> ASCII

2001-02-02 Thread Peter Pentchev
On Fri, Feb 02, 2001 at 12:34:47AM -0500, Louis A. Mamakos wrote: > > > Warner Losh writes: > > > > > Even the name (dd) comes from IBM's control language (JSYS?). > > > > Huh! I never realized that. > > //GO.SYSIN DD * > > ... > > // > > Where are my punch cards? :-) > > man 6 bcd Come

Re: EBCDIC -> ASCII

2001-02-01 Thread Louis A. Mamakos
> > Warner Losh writes: > > > Even the name (dd) comes from IBM's control language (JSYS?). > > Huh! I never realized that. > //GO.SYSIN DD * > ... > // > Where are my punch cards? :-) man 6 bcd To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the b

Re: EBCDIC -> ASCII

2001-02-01 Thread Jean-Marc Zucconi
> Warner Losh writes: > Even the name (dd) comes from IBM's control language (JSYS?). Huh! I never realized that. //GO.SYSIN DD * ... // Where are my punch cards? :-) Jean-Marc -- Jean-Marc Zucconi -- PGP Key: finger [EMAIL PROTECTED] [KeyID: 400B38E9] To Unsubscribe: send mail to [EM

Re: EBCDIC -> ASCII

2001-02-01 Thread Warner Losh
In message <[EMAIL PROTECTED]> Peter Pentchev writes: : Actually, dd(1) has four different EBCDIC encodings and two : different ASCII encodings. People might want to remember : that different BSD utilities might indeed have their roots : in EBCDIC times :) Even the name (dd) comes from IBM's con

Re: EBCDIC -> ASCII

2001-01-31 Thread Peter Pentchev
On Wed, Jan 31, 2001 at 02:37:43PM -0500, Garance A Drosihn wrote: [snip good explanation why EBCDIC encoding diffs matter] > > Now, it's perfectly reasonable to try 'dd's conversion, and > see if that works for you. But if it doesn't, then rummage > around thru the ports collection, and see if

Re: EBCDIC -> ASCII

2001-01-31 Thread Garance A Drosihn
At 8:42 AM -0800 1/31/01, Luigi Rizzo wrote: > > At 1:33 PM -0800 1/29/01, Josef Grosch wrote: >> >Does anybody know of an EBCDIC to ASCII converter? I thought >> >that at one time FreeBSD had one of these. >> >> Note there are multiple ideas of what it means to be EBCDIC. >> Alphanumerics st

Re: EBCDIC -> ASCII

2001-01-31 Thread Dan Bongert
Try dd: dd if=infile of=outfile conf=ascii On 31-Jan-2001 Garance A Drosihn wrote: > At 1:33 PM -0800 1/29/01, Josef Grosch wrote: >>Does anybody know of an EBCDIC to ASCII converter? I thought >>that at one time FreeBSD had one of these. > > Note there are multiple ideas of what it means to be

Re: EBCDIC -> ASCII

2001-01-31 Thread Lyndon Nerenberg
> "Luigi" == Luigi Rizzo <[EMAIL PROTECTED]> writes: Luigi> isn't so for ASCII chars >128 as well ? There are no ASCII characters > 128. --lyndon To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: EBCDIC -> ASCII

2001-01-31 Thread Luigi Rizzo
> At 1:33 PM -0800 1/29/01, Josef Grosch wrote: > >Does anybody know of an EBCDIC to ASCII converter? I thought > >that at one time FreeBSD had one of these. > > Note there are multiple ideas of what it means to be EBCDIC. > Alphanumerics stay the same between them, of course, but a > few of the

Re: EBCDIC -> ASCII

2001-01-31 Thread Garance A Drosihn
At 1:33 PM -0800 1/29/01, Josef Grosch wrote: >Does anybody know of an EBCDIC to ASCII converter? I thought >that at one time FreeBSD had one of these. Note there are multiple ideas of what it means to be EBCDIC. Alphanumerics stay the same between them, of course, but a few of the special charac

Re: EBCDIC -> ASCII

2001-01-29 Thread Josef Grosch
On Mon, Jan 29, 2001 at 10:35:20PM +0100, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Josef Grosch writes: > > > >Does anybody know of an EBCDIC to ASCII converter? I thought that at one > >time FreeBSD had one of these. > > man 1 dd Doh! Time to re-read the man pages. Thanks Jos

Re: EBCDIC -> ASCII

2001-01-29 Thread Thomas David Rivers
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

Re: EBCDIC -> ASCII

2001-01-29 Thread Drew Eckhardt
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] write s: > >Does anybody know of an EBCDIC to ASCII converter? I thought that at one >time FreeBSD had one of these. This is a standard dd(1) feature. More specifically, you want to use the conv=ascii option. To Unsubscribe: send mail to [EMAIL

Re: EBCDIC -> ASCII

2001-01-29 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Josef Grosch writes: > >Does anybody know of an EBCDIC to ASCII converter? I thought that at one >time FreeBSD had one of these. man 1 dd -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer

EBCDIC -> ASCII

2001-01-29 Thread Josef Grosch
Does anybody know of an EBCDIC to ASCII converter? I thought that at one time FreeBSD had one of these. Josef -- Josef Grosch | Another day closer to a | FreeBSD 4.2 [EMAIL PROTECTED] | Micro$oft free world | www.bafug.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "u