Files
tldr/pages/common/times.md
2024-12-26 08:14:45 +01:00

9 lines
274 B
Markdown

# times
> Print the cumulative CPU usage time of the current shell.
> 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:
`times`