Date: Tue, 21 Feb 2006 14:46:57 +0100 From: Mathieu Prevot <freebsd-stable@club-internet.fr> To: Mark Andrews <Mark_Andrews@isc.org> Cc: freebsd-stable@freebsd.org Subject: Re: no time(1) options / man page need update Message-ID: <20060221134657.GA1420@scienceclue.ath.cx> In-Reply-To: <200602211307.k1LD72IK070062@drugs.dv.isc.org> References: <20060221121914.GA695@scienceclue.ath.cx> <200602211307.k1LD72IK070062@drugs.dv.isc.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060221134657.GA1420>