From owner-freebsd-newbies Thu Aug 29 15:20:34 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B238C37B400; Thu, 29 Aug 2002 15:20:26 -0700 (PDT) Received: from mail.smed.com (mail.smed.com [64.46.248.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466E543E65; Thu, 29 Aug 2002 15:20:26 -0700 (PDT) (envelope-from Joseph.Warner@siemens.com) Received: from smtpgate.smshsc.net (unknown [165.226.204.25]) by mail.smed.com (Postfix) with ESMTP id C582B4826B; Thu, 29 Aug 2002 18:20:25 -0400 (EDT) Received: from iesa14.smshsc.net (iesa14.smshsc.net [165.226.204.44]) by smtpgate.smshsc.net (8.11.6/8.11.6) with ESMTP id g7TMKPT15212; Thu, 29 Aug 2002 18:20:25 -0400 Received: from mlvexc01.smshsc.net (unverified) by iesa14.smshsc.net (Content Technologies SMTPRS 2.0.15) with ESMTP id ; Thu, 29 Aug 2002 18:20:24 -0400 Received: by mlvexc01.usmlvv1p0a.smshsc.net with Internet Mail Service (5.5.2656.59) id ; Thu, 29 Aug 2002 18:20:50 -0400 Message-Id: From: Warner Joseph To: "'Jerry McAllister'" Cc: FreeBSD-Questions@freebsd.org, FreeBSD-Newbies@freebsd.org Subject: RE: Port to Remove ^M Date: Thu, 29 Aug 2002 18:20:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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" 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-newbies" in the body of the message