time.1: Note that some shells have a 'time' built-in command

Therefore, to access the functionality described on this page,
it may be necessary to specify the full pathname.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Ivana Varekova <varekova@redhat.com>
This commit is contained in:
Michael Kerrisk 2008-11-14 09:05:47 -05:00
parent 2fac17032a
commit e194cb7c47
1 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,7 @@
.\" Some fragments of text came from the time-1.7 info file.
.\" Inspired by kromJx@crosswinds.net.
.\"
.TH TIME 1 2007-11-25 "" "Linux User's Manual"
.TH TIME 1 2008-11-14 "" "Linux User's Manual"
.SH NAME
time \- time a simple command or give resource usage
.SH SYNOPSIS
@ -39,6 +39,15 @@ values in a
.I "struct tms"
as returned by
.BR times (2)).
Note: some shells (e.g.,
.BR bash (1))
have a built-in
.B time
command that provides less functionality than the command described here.
To access the real command, you may need to specify its pathname
(something like
.IR /usr/bin/time ).
.SH OPTIONS
.TP
.B \-p