|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
TIME(1) FreeBSD General Commands Manual TIME(1)
NAME
time -- time command execution
SYNOPSIS
time [-al] [-h | -p] [-o file] utility [argument ...]
DESCRIPTION
The time utility executes and times the specified utility. After the
utility finishes, time writes to the standard error stream, (in seconds):
the total time elapsed, the time used to execute the utility process and
the time consumed by system overhead.
The following options are available:
-a If the -o flag is used, append to the specified file rather than
overwriting it. Otherwise, this option has no effect.
-h Print times in a human friendly format. Times are printed in
minutes, hours, etc. as appropriate.
-l The contents of the rusage structure are printed as well.
-o file
Write the output to file instead of stderr. If file exists and
the -a flag is not specified, the file will be overwritten.
-p Makes time output POSIX.2 compliant (each time is printed on its
own line).
Some shells may provide a builtin time command which is similar or iden-
tical to this utility. Consult the builtin(1) manual page.
ENVIRONMENT
The PATH environment variable is used to locate the requested utility if
the name contains no `/' characters.
EXIT STATUS
If utility could be timed successfully, its exit status is returned. If
utility terminated abnormally, a warning message is output to stderr. If
the utility was found but could not be run, the exit status is 126. If
no utility could be found at all, the exit status is 127. If time
encounters any other error, the exit status is between 1 and 125
included.
SEE ALSO
builtin(1), csh(1), getrusage(2), wait(2)
STANDARDS
The time utility is expected to conform to ISO/IEC 9945-2:1993
(``POSIX'').
HISTORY
A time utility appeared in Version 3 AT&T UNIX.
FreeBSD 6.2 June 6, 1993 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Fri Sep 21 07:56:01 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
CPAN man page (4196 hits) (Suse Linux 10.1)
ssh man page (4111 hits) (Suse Linux 10.1)
svn man page (2353 hits) (FreeBSD 6.2)
startproc man page (1695 hits) (Suse Linux 10.1)
adv_cap_autoneg man page (1445 hits) (Solaris 10 11_06)
signal man page (1357 hits) (Suse Linux 10.1)
sqlite3 man page (1329 hits) (openSUSE 10.2)
netcat man page (1188 hits) (Suse Linux 10.1)
pprosetup man page (1177 hits) (Solaris 10 11_06)
lwptut man page (1105 hits) (Suse Linux 10.1)
|