coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/time.1 (46 lines, 1.0 KiB) -rw-r--r-- blame download

0123456789101112131415161718192021222324252627282930313233343536373839404142434445
.TH TIME 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
.SH NAME
time \(em time a simple command
.SH SYNOPSYS
\fBtime\fR [-p] command [\fIargument\fR...]
.SH DESCRIPTION
Invoke \fIcommand\fR and output timing statistics.
.SH OPTIONS
The following options are supported:
.TP
.B -p
Use portable format.
.TP
.B --help
Display help information.
.TP
.B --version
Display version information.
.SH OPERANDS
The following operands are supported:
.TP
.I command
A command to invoke.
.TP
.I argument
An argument to pass to \fIcommand\fR.
.SH EXIT STATUS
Upon successful completion, the exit status of \fItime\fR will be the exit
status of \fIcommand\fR. Otherwise, the following exit values will be returned:
.TP
1-125
An error occurred.
.TP
\ \ 126
\fIcommand\fR was found but could not be invoked.
.TP
\ \ 127
\fIcommand\fR was not found.
.SH STANDARDS
This utility is compliant with the IEEE Std 1003.1-2017 (POSIX) specification.
.SH COPYRIGHT
.nf
Copyright (C) 2020, Jakob Wakeling
MIT Licence (https://opensource.org/licenses/MIT)
.fi