diff --git a/pages/common/time.md b/pages/common/time.md index af8c596aa1..041ba39acd 100644 --- a/pages/common/time.md +++ b/pages/common/time.md @@ -2,6 +2,7 @@ > Measure how long a command took to run. > Note: `time` can either exist as a shell builtin, a standalone program or both. +> See also: `times`. > More information: . - Run the `command` and print the time measurements to `stdout`: diff --git a/pages/common/times.md b/pages/common/times.md index dc79b9fdde..93447c165a 100644 --- a/pages/common/times.md +++ b/pages/common/times.md @@ -1,6 +1,7 @@ # times > Print the cumulative CPU usage time of the current shell. +> See also: `time`. > More information: . - Print CPU usage. First line is current shell CPU usage for User and System. Second is all child processes: