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

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`