From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 09:46:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3D916A418 for ; Mon, 1 Oct 2007 09:46:27 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 911C213C458 for ; Mon, 1 Oct 2007 09:46:26 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (vader.bytemobile.ondsl.gr [83.235.244.135]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id l919k6ED009284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 1 Oct 2007 12:46:18 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l919jp1S003268 for ; Mon, 1 Oct 2007 12:46:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l919jpMC003267 for freebsd-questions@freebsd.org; Mon, 1 Oct 2007 12:45:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 1 Oct 2007 12:45:51 +0300 From: Giorgos Keramidas To: FreeBSD Questions Message-ID: <20071001094550.GA3241@kobe.laptop> References: <21079.67.171.53.31.1191004462.squirrel@admintool.trueband.net> <20070928140159.M29117@wonkity.com> <20070930015419.GC24643@demeter.hydra> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070930015419.GC24643@demeter.hydra> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.975, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.42, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Subject: Re: Adding CR/LF X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 09:46:27 -0000 On 2007-09-29 19:54, Chad Perrin wrote: > By the way, though, I think the CRLF characters were backwards in the > original post of this thread, which used "\n\r". I'm pretty sure it's > "\r\n" as I've done it. I may just be having a stupid day, though, > and be getting them backwards myself. You are right AFAIK (that is, "\r\n" is more common than "\n\r").