xclock

Display the time in analog or digital form. More information: <https://manned.org/xclock>.

Install

All systems
curl cmd.cat/xclock.sh
Debian Debian
apt-get install x11-apps
Ubuntu
apt-get install x11-apps
Arch Arch Linux
pacman -S xorg-xclock
image/svg+xml Kali Linux
apt-get install x11-apps
CentOS
yum install xorg-x11-apps
Fedora
dnf install xorg-x11-apps
Windows (WSL2)
sudo apt-get update sudo apt-get install x11-apps
Raspbian
apt-get install x11-apps

Display the time in analog or digital form. More information: <https://manned.org/xclock>.

  • Display an analog clock:
    xclock
  • Display a 24-hour digital clock with the hour and minute fields only:
    xclock -digital -brief
  • Display a digital clock using an strftime format string (see strftime(3)):
    xclock -digital -strftime format
  • Display a 24-hour digital clock with the hour, minute and second fields that updates every second:
    xclock -digital -strftime '%H:%M:%S' -update 1
  • Display a 12-hour digital clock with the hour and minute fields only:
    xclock -digital -twelve -brief

© tl;dr; authors and contributors