Personal tools

Difference between revisions of "Time"

From MohidWiki

Jump to: navigation, search
(New page: Time is a linux/unix utility that returns the time that a shell command took to be executed. > time [options] commmand ==Example== > time ls -l Category:Linux)
 
(No difference)

Latest revision as of 14:00, 23 February 2009

Time is a linux/unix utility that returns the time that a shell command took to be executed.

> time [options] commmand

Example

> time ls -l