From owner-freebsd-questions Fri Nov 9 8:27:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 9949D37B41B for ; Fri, 9 Nov 2001 08:27:22 -0800 (PST) Received: by q.closedsrc.org (Postfix, from userid 1002) id 047371361C; Fri, 9 Nov 2001 08:24:05 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id EB80EBA1B; Fri, 9 Nov 2001 08:24:05 -0800 (PST) Date: Fri, 9 Nov 2001 08:24:05 -0800 (PST) From: Linh Pham To: Drew Tomlinson Cc: Subject: Re: How to Specify Newline? In-Reply-To: <004801c16922$4c4e77e0$0301a8c0@bigdaddy> Message-ID: <20011109082313.Q56702-100000@q.closedsrc.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On 2001-11-09, Drew Tomlinson scribbled: # 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: Try: LOG="`date; echo ''`" The `echo ''` portion should return the newline. -- Linh Pham [lplist@closedsrc.org] # Every solution breeds new problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message