From owner-freebsd-stable@FreeBSD.ORG Tue Feb 21 12:59: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 58CEC16A420 for ; Tue, 21 Feb 2006 12:59: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 A55E143D46 for ; Tue, 21 Feb 2006 12:59:41 +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 k1LD0wiP001093; Tue, 21 Feb 2006 14:00:58 +0100 (CET) (envelope-from root@scienceclue.ath.cx) Received: (from root@localhost) by scienceclue.ath.cx (8.13.4/8.13.4/Submit) id k1LD0qZE001092; Tue, 21 Feb 2006 14:00:52 +0100 (CET) (envelope-from root) Date: Tue, 21 Feb 2006 14:00:52 +0100 From: Mathieu Prevot To: Nicolas Rachinsky Message-ID: <20060221130052.GA1006@scienceclue.ath.cx> References: <20060221121914.GA695@scienceclue.ath.cx> <20060221123858.GB21085@mid.pc5.i.0x5.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20060221123858.GB21085@mid.pc5.i.0x5.de> 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 12:59:44 -0000 On Tue, Feb 21, 2006 at 01:38:58PM +0100, Nicolas Rachinsky wrote: > * Mathieu Prevot [2006-02-21 13:19 +0100]: > > the utility time -- time command execution doesn't work as expected: > > > > time -h ls > > > > give: > > > > -h: Command not found. > > Many shells have a builtin named time. Use 'which time' to verify this. Thank you both & sorry. Is there a simple way to force using /usr/bin/time instead of builtin time when I use just time ? Mathieu