1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 17:55:26 +02:00

times: add page (#15245)

This commit is contained in:
Managor 2024-12-26 09:14:45 +02:00 committed by GitHub
parent 111145d142
commit e0f5846e84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
pages/common/times.md Normal file
View file

@ -0,0 +1,8 @@
# 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`