From owner-freebsd-stable@FreeBSD.ORG Tue Feb 21 13:45:44 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0F16A420 for ; Tue, 21 Feb 2006 13:45:44 +0000 (GMT) (envelope-from root@scienceclue.ath.cx) Received: from scienceclue.ath.cx (l01v-212-195-193-30.d4.club-internet.fr [212.195.193.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA9B943D46 for ; Tue, 21 Feb 2006 13:45:43 +0000 (GMT) (envelope-from root@scienceclue.ath.cx) Received: from scienceclue.ath.cx (localhost [127.0.0.1]) by scienceclue.ath.cx (8.13.4/8.13.4) with ESMTP id k1LDl36o001513; Tue, 21 Feb 2006 14:47:03 +0100 (CET) (envelope-from root@scienceclue.ath.cx) Received: (from root@localhost) by scienceclue.ath.cx (8.13.4/8.13.4/Submit) id k1LDkv5l001512; Tue, 21 Feb 2006 14:46:57 +0100 (CET) (envelope-from root) Date: Tue, 21 Feb 2006 14:46:57 +0100 From: Mathieu Prevot To: Mark Andrews Message-ID: <20060221134657.GA1420@scienceclue.ath.cx> References: <20060221121914.GA695@scienceclue.ath.cx> <200602211307.k1LD72IK070062@drugs.dv.isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200602211307.k1LD72IK070062@drugs.dv.isc.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD-AMD64 6.1-PRERELEASE X-URL: http://scienceclue.ath.cx Cc: freebsd-stable@freebsd.org Subject: Re: no time(1) options / man page need update X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu Prevot List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 13:45:44 -0000 On Wed, Feb 22, 2006 at 12:07:02AM +1100, Mark Andrews wrote: > > > Hello, > > > > the utility time -- time command execution doesn't work as expected: > > > > time -h ls > > time is built into some shells. You need to get the right > version of time. > > Use a backslash to tell the shell not to use it's builtin version > or specify the full path. > > \time -h ls > /usr/bin/time -h ls > Nice ! Thank you all. Mathieu