From owner-freebsd-stable@FreeBSD.ORG Tue Feb 21 13:29:37 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 5E0F116A420 for ; Tue, 21 Feb 2006 13:29:37 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from orchid.homeunix.org (aus190.neoplus.adsl.tpnet.pl [83.27.26.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF3643D45 for ; Tue, 21 Feb 2006 13:29:36 +0000 (GMT) (envelope-from freebsd@orchid.homeunix.org) Received: from [192.168.1.66] (blackacidevil.orchid.homeunix.org [192.168.1.66]) (authenticated bits=0) by orchid.homeunix.org (8.13.4/8.13.4) with ESMTP id k1LDTPuj044839 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 21 Feb 2006 14:29:33 +0100 (CET) (envelope-from freebsd@orchid.homeunix.org) Message-ID: <43FB15AE.7020206@orchid.homeunix.org> Date: Tue, 21 Feb 2006 14:29:18 +0100 From: Karol Kwiatkowski User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Mathieu Prevot References: <20060221121914.GA695@scienceclue.ath.cx> <20060221123858.GB21085@mid.pc5.i.0x5.de> <20060221130052.GA1006@scienceclue.ath.cx> In-Reply-To: <20060221130052.GA1006@scienceclue.ath.cx> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2B99CBD8A433827309A00374" X-Virus-Scanned: ClamAV 0.88/1295/Tue Feb 21 10:45:52 2006 on orchid.homeunix.org X-Virus-Status: Clean 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: freebsd@orchid.homeunix.org 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:29:37 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2B99CBD8A433827309A00374 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Mathieu Prevot wrote: > On Tue, Feb 21, 2006 at 01:38:58PM +0100, Nicolas Rachinsky wrote: >> Many shells have a builtin named time. Use 'which time' to verify this= =2E >=20 > Thank you both & sorry. >=20 > Is there a simple way to force using /usr/bin/time instead of builtin t= ime > when I use just time ? If you're using tcsh shell (root's default) it can be done with alias: # which time time: shell built-in command. # time -h ls -h: Command not found. 0.000u 0.000s 0:00.00 0.0% 0+0k 0+0io 0pf+0w # alias time /usr/bin/time # which time time: aliased to /usr/bin/time # time -h ls ports standard standard-5.3 standard-5.4 0.01s real 0.00s user 0.00s sys To make this permanent put 'alias time...' in ~/.cshrc file. There should be something similar in other shells, too. Regards, Karol --=20 Karol Kwiatkowski GPGKey: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc --------------enig2B99CBD8A433827309A00374 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD+xW2ezeoPAwGIYsRAol9AKCPM1NsEtYuI6c7jhfYneOTMW4aQACeNRn/ dfn7M63tdZNwuXjjv0LTmAI= =lma6 -----END PGP SIGNATURE----- --------------enig2B99CBD8A433827309A00374--