Subject: Re: fs benchmark poll
To: Zafer Aydogan <zafer@gmx.org>
From: Geert Hendrickx <ghen@hmacs.cmi.ua.ac.be>
List: netbsd-users
Date: 01/05/2005 16:37:48
On Mon, Jan 03, 2005 at 03:54:59PM +0100, Zafer Aydogan wrote:
> This is the Command I used: 
> date > date.txt && tar xvfz pkgsrc.tar.gz && date >> date.txt 

You better use time(1) for this, it will give you much more information
than just end-time minus begin-time: 

time tar xf pkgsrc.tar

And, you should not use the tar -v (verbose) flag, as terminal scrolling
may be slower than the actual untarring!  

GH

-- 
:wq