1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-12 11:15:46 +02:00

time: update page (#10443)

* time: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Lena 2023-08-09 16:16:13 +02:00 committed by GitHub
parent 3b56d6aded
commit b792e3cab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
# time
> See how long a command takes.
> Measure how long a command took to run.
> Note: `time` can either exist as a shell builtin, a standalone program or both.
> More information: <https://manned.org/time>.
- Time "ls":
- Run the `command` and print the time measurements to `stdout`:
`time ls`
`time {{command}}`