Date: Thu, 29 Aug 2002 18:20:24 -0400 From: Warner Joseph <Joseph.Warner@siemens.com> To: "'Jerry McAllister'" <jerrymc@clunix.cl.msu.edu> Cc: FreeBSD-Questions@freebsd.org, FreeBSD-Newbies@freebsd.org Subject: RE: Port to Remove ^M Message-ID: <F59D56D98019A24391D6396DD708C821010DAC5D@MLVV9MBE.usmlvv1p0a.smshsc.net>
next in thread | raw e-mail | index | archive | help
No, it was: /usr/ports/converters/unix2dos Patrick O'Reilly responded with the answer. Thanks Joe -----Original Message----- From: Jerry McAllister [mailto:jerrymc@clunix.cl.msu.edu] Sent: Thursday, August 29, 2002 4:17 PM To: Warner Joseph Cc: FreeBSD-Questions@FreeBSD.ORG; FreeBSD-Newbies@FreeBSD.ORG Subject: Re: Port to Remove ^M > > Hi, > > Can anyone tell me real quick the name of > the port used to remove the ^M from files > that have been copied over from Windows? > > I thought it was in /usr/ports/www but I can't > remember the name of it. I don't know about a port, but the translate (tr) utility works well. Try: tr -d "\r" <INFILE >OUTFILE ////jerry > > Thanks > > Joe > > > > ---------------------------------------------------------------------------- --- > This message and any included attachments are from Siemens Medical Solutions > Health Services Corporation and are intended only for the addressee(s). > The information contained herein may include trade secrets or privileged or > otherwise confidential information. Unauthorized review, forwarding, printing, > copying, distributing, or using such information is strictly prohibited and may > be unlawful. If you received this message in error, or have reason to believe > you are not authorized to receive it, please promptly delete this message and > notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ------------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions Health Services Corporation and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to CSOffice@smed.com. Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F59D56D98019A24391D6396DD708C821010DAC5D>