From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 19:21:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE6B16A4CE for ; Thu, 15 Jan 2004 19:21:17 -0800 (PST) Received: from lexus.isprime.com (lexus.isprime.com [66.230.130.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149EC43D66 for ; Thu, 15 Jan 2004 19:21:10 -0800 (PST) (envelope-from sk@isprime.com) Received: from lexus.isprime.com (sk@localhost [127.0.0.1]) by lexus.isprime.com (8.12.10/8.12.6) with ESMTP id i0G3L9KG000407; Thu, 15 Jan 2004 22:21:09 -0500 (EST) (envelope-from sk@isprime.com) Received: from localhost (sk@localhost)i0G3L92N000404; Thu, 15 Jan 2004 22:21:09 -0500 (EST) X-Authentication-Warning: lexus.isprime.com: sk owned process doing -bs Date: Thu, 15 Jan 2004 22:21:08 -0500 (EST) From: Scott Kupferschmidt To: Evan Sayer In-Reply-To: <29AAE3F4-47D1-11D8-946B-000A95CCF8C4@san.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: your mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 03:21:17 -0000 To remove ^M's I've always used vi and entered the following cmd: :%s/^V^M and they go away. There's also another command called col(1) that can do this Sincerely, Scott Kupferschmidt ISPrime, Inc. 866.502.4678 ext. 3 AIM: Scott ISPrime - ICQ: 174337249 On Thu, 15 Jan 2004, Evan Sayer wrote: > FreeBSD- > Please help, this is really important. I was told that i could get rid > of the ^m symbols at the end of the lines in my web page's html code > by using sed. They said to execute sed "s//^m^m" index.html > > index.html or something like that. This got rid of everything in the > file. I really need this back, so any help would be greatly > appreciated. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >