Linux Time Command Information And Examples
On Unix-like operating systems, the time command reports how long it took for a command to complete execution. This page covers the GNU/Linux version of time. Description The time command runs the specified program command with the given arguments. When command finishes, time writes a message to standard error giving timing statistics about this program run. These statistics consist of: Description Syntax Examples Related commands Linux commands help The elapsed real time between invocation and termination....