mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:55:33 +02:00
time, times: refer to each other (#16486)
This commit is contained in:
parent
c19521b92f
commit
e3e9d172b4
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Measure how long a command took to run.
|
> Measure how long a command took to run.
|
||||||
> Note: `time` can either exist as a shell builtin, a standalone program or both.
|
> Note: `time` can either exist as a shell builtin, a standalone program or both.
|
||||||
|
> See also: `times`.
|
||||||
> More information: <https://manned.org/time>.
|
> More information: <https://manned.org/time>.
|
||||||
|
|
||||||
- Run the `command` and print the time measurements to `stdout`:
|
- Run the `command` and print the time measurements to `stdout`:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# times
|
# times
|
||||||
|
|
||||||
> Print the cumulative CPU usage time of the current shell.
|
> Print the cumulative CPU usage time of the current shell.
|
||||||
|
> See also: `time`.
|
||||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-times>.
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-times>.
|
||||||
|
|
||||||
- Print CPU usage. First line is current shell CPU usage for User and System. Second is all child processes:
|
- Print CPU usage. First line is current shell CPU usage for User and System. Second is all child processes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue