time

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>.

Debian Debian
RUN apt-get update && \ apt-get install -y time
Ubuntu
RUN apt-get update && \ apt-get install -y time
Arch Arch Linux
RUN pacman -S --noconfirm time
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y time
CentOS
RUN yum install -y time
Fedora
RUN dnf install -y time
Raspbian
RUN apt-get update && \ apt-get install -y time
click the source code to copy install time on any operating system with command-not-found.com