From owner-freebsd-current@FreeBSD.ORG Thu Sep 7 05:41:34 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F8916A5CF; Thu, 7 Sep 2006 05:41:34 +0000 (UTC) (envelope-from markd@kermodei.org) Received: from ylpvm15.prodigy.net (ylpvm15-ext.prodigy.net [207.115.57.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id D914C43D46; Thu, 7 Sep 2006 05:41:32 +0000 (GMT) (envelope-from markd@kermodei.org) X-ORBL: [67.123.80.209] Received: from osprey.kermodei.org (osprey.kermodei.org [67.123.80.209]) by ylpvm15.prodigy.net (8.13.7 out spool5000 dk/8.13.7) with ESMTP id k875fB40031604; Thu, 7 Sep 2006 01:41:12 -0400 Received: from localhost (osprey.kermodei.org [127.0.0.1]) by osprey.kermodei.org (Postfix) with ESMTP id 216275C4F; Wed, 6 Sep 2006 22:41:28 -0700 (PDT) Received: from osprey.kermodei.org ([127.0.0.1]) by localhost (osprey.kermodei.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 29571-03; Wed, 6 Sep 2006 22:41:26 -0700 (PDT) Received: by osprey.kermodei.org (Postfix, from userid 1000) id E73375C27; Wed, 6 Sep 2006 22:41:25 -0700 (PDT) From: Mark Diekhans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17663.45317.810311.828520@osprey.kermodei.org> Date: Wed, 6 Sep 2006 22:41:25 -0700 To: Maxim Sobolev In-Reply-To: <44FFAD2A.30009@FreeBSD.org> References: <200608281545.k7SFjn6l063922@lurza.secnetix.de> <200609020956.54008.Lucas.James@ldjcs.com.au> <20060902031247.GE749@turion.vk2pj.dyndns.org> <20060904192006.GA3292@turion.vk2pj.dyndns.org> <44FD994C.70104@errno.com> <44FDEE7C.9060104@FreeBSD.org> <44FDF245.9000302@elischer.org> <44FDF36A.3010608@FreeBSD.org> <44FF71AD.7060508@FreeBSD.org> <44FF72B9.7000201@elischer.org> <44FFAD2A.30009@FreeBSD.org> X-Mailer: VM 7.19 under Emacs 21.3.1 Cc: Doug Barton , Peter Jeremy , freebsd-current@FreeBSD.org, Julian Elischer , Garance A Drosehn Subject: Re: Attempt #3, adding a new command 'sfilter' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 05:41:34 -0000 Maxim Sobolev writes: > Adding strftime to awk looks like better approach, gawk (gnu awk) has strftime() and systime() functions. > since awk essentially is a scripting language. I think of it more as a work of art... markd