From owner-freebsd-questions Fri Nov 9 5:27:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl5-t183.citlink.net [207.173.250.183]) by hub.freebsd.org (Postfix) with ESMTP id B013637B41E for ; Fri, 9 Nov 2001 05:27:46 -0800 (PST) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id CA854EE547 for ; Fri, 9 Nov 2001 05:28:17 -0800 (PST) Message-ID: <004801c16922$4c4e77e0$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: Subject: How to Specify Newline? Date: Fri, 9 Nov 2001 05:27:37 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In trying to add the date and time to my Procmail logs, I set LOG="`date`\n". What I want is to add the date and then a newline but it shows up in the logs as: Fri Nov 9 05:24:57 PST 2001\n How do I get a newline? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message