By

Track the time (benchmark) a command takes in *NIX

How do you benchmark commands in linux? Looking for the easiest way to track the time of a command on *NIX systems?

Check out the time command.

time my_command

Consult man time for a full list of options.

This post was migrated from this Stack Overflow question.

Written by
Programmer, Entrepreneur, Startup Enthusiast