Forrest logo
back to context overview

xclock

List of commands for xclock:

  • xclock:tldr:070d9 xclock: Display an analog clock.
    $ xclock
    try on your machine
    explain this command
  • xclock:tldr:46dca xclock: Display a 12-hour digital clock with the hour and minute fields only.
    $ xclock -digital -twelve -brief
    try on your machine
    explain this command
  • xclock:tldr:8a9f5 xclock: Display a digital clock using an strftime format string (see strftime(3)).
    $ xclock -digital -strftime ${format}
    try on your machine
    explain this command
  • xclock:tldr:9a42f xclock: 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
    try on your machine
    explain this command
  • xclock:tldr:dd1e7 xclock: Display a 24-hour digital clock with the hour and minute fields only.
    $ xclock -digital -brief
    try on your machine
    explain this command
back to context overview