Time_(Unix) Time_(Unix)

Time (Unix) - Definition and Overview

This article is about a Unix command. If you are looking for Unix's means of representing points in time, see Unix time.

time is a command in the UNIX Operating System. It is used to determine the duration of execution of a particular command. To use the command, simply precede any command by the word time, such as:

time ls

When the command completes, time will report how long it took to execute in terms of user CPU time, system CPU time, and real time. The output format varies between different versions of the command, and some give additional statistics, as in this example:

$ time host wikipedia.org
wikipedia.org has address 207.142.131.235
0.000u 0.000s 0:00.17 0.0%      0+0k 0+0io 0pf+0w
$

Example Usage of (Unix)

Tech_JobNewYork: New #job: z/OS - Sales Engineer - Rexx - ISPF - LPARs - JCL - OS400 - UNIX #jobs #tech http://bit.ly/77Ovn0
ilikeorangutans: Ah crap, I hate windows. It's so hard to work with it when you are used to the efficiency of a UNIX shell... Grrr.
stigg: @starmike @Bearbutt to be fair, the "UNIX system" shown in that scene was actually an Irix file manager, I've seen it in the wild
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.