From owner-freebsd-questions@FreeBSD.ORG Mon Mar 28 19:31:16 2005 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 7153216A4CE for ; Mon, 28 Mar 2005 19:31:16 +0000 (GMT) Received: from mail1.acecape.com (mail1.acecape.com [66.114.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F9643D1F for ; Mon, 28 Mar 2005 19:31:16 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mail1.acecape.com (8.12.11/8.12.11) with ESMTP id j2SJVCda017247; Mon, 28 Mar 2005 14:31:12 -0500 Date: Mon, 28 Mar 2005 14:34:08 -0500 (EST) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: Jonathan Chen In-Reply-To: <20050328191948.GC92392@osiris.chen.org.nz> Message-ID: <20050328143224.M47847@zoraida.natserv.net> References: <20050326125154.Y49808@zoraida.natserv.net> <20050327143258.GA88210@Pandora.MHoerich.de> <20050327223754.GA87442@osiris.chen.org.nz> <20050328191948.GC92392@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: AWK in 4.X different from 5.X? 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: Mon, 28 Mar 2005 19:31:16 -0000 On Tue, 29 Mar 2005, Jonathan Chen wrote: > which is equivalent to : > date +"#%a %b - %d - %Y" > Doing this within awk is another story.. Sorry. Got it. Originally I thought it was something to do from AWK. I tried the string you wrote from the command line and worked. I like your approach better. :-) Thanks.