1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:55:29 +02:00

time, times: refer to each other (#16486)

This commit is contained in:
Managor 2025-05-14 14:11:33 +03:00 committed by GitHub
parent c19521b92f
commit e3e9d172b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
> Measure how long a command took to run.
> Note: `time` can either exist as a shell builtin, a standalone program or both.
> See also: `times`.
> More information: <https://manned.org/time>.
- Run the `command` and print the time measurements to `stdout`:

View file

@ -1,6 +1,7 @@
# times
> 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>.
- Print CPU usage. First line is current shell CPU usage for User and System. Second is all child processes: