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:
parent
111145d142
commit
e0f5846e84
1 changed files with 8 additions and 0 deletions
8
pages/common/times.md
Normal file
8
pages/common/times.md
Normal 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`
|
Loading…
Add table
Reference in a new issue