ts

Add timestamps to every line from stdin. More information: <https://joeyh.name/code/moreutils/>.

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