From owner-freebsd-bugs@FreeBSD.ORG Sun May 2 22:29:12 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 28C391065675; Sun, 2 May 2010 22:29:12 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 01A578FC1A; Sun, 2 May 2010 22:29:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o42MTBKA047498; Sun, 2 May 2010 22:29:11 GMT (envelope-from jilles@freefall.freebsd.org) Received: (from jilles@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o42MTB8K047494; Sun, 2 May 2010 22:29:11 GMT (envelope-from jilles) Date: Sun, 2 May 2010 22:29:11 GMT Message-Id: <201005022229.o42MTB8K047494@freefall.freebsd.org> To: joost@bps.jodocus.org, jilles@FreeBSD.org, freebsd-bugs@FreeBSD.org From: jilles@FreeBSD.org Cc: Subject: Re: bin/57054: let test(1) compare the mtime of a file to a string X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 22:29:12 -0000 Synopsis: let test(1) compare the mtime of a file to a string State-Changed-From-To: open->closed State-Changed-By: jilles State-Changed-When: Sun May 2 22:29:11 UTC 2010 State-Changed-Why: Sorry, I don't think it's appropriate to add such a large chunk of code to test(1) (and also sh(1) because test(1) is a builtin), particularly because there are already many ways to do what you want (in addition to find and touch, I'll mention stat(1)). Thanks anyway. http://www.freebsd.org/cgi/query-pr.cgi?pr=57054