On some unix systems I've been used to a time command which many options including ways to format the output (-f) and redirect the output to a file (-o), see for example this man entry of time.

However on OS X it seems that we have a crippled down version that only has two (not so useful) options -lp. (I'm on Snow Leopard if that matters.)

So, how can I get a better time for my system?

link|improve this question
Belongs on superuser.com – Paul R Oct 5 '10 at 12:38
feedback

migrated from stackoverflow.com Oct 5 '10 at 13:07

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 4 down vote accepted

You have gtime in the macports, and in homebrew

link|improve this answer
feedback

The Fink project has lots of open source Unix software ported to OS X/Darwin:

http://finkproject.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.