
xclock
List of commands for xclock:
-
xclock:tldr:070d9 xclock: Display an analog clock.$ xclocktry on your machineexplain this command
-
xclock:tldr:46dca xclock: Display a 12-hour digital clock with the hour and minute fields only.$ xclock -digital -twelve -brieftry on your machineexplain 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 machineexplain 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 1try on your machineexplain this command
-
xclock:tldr:dd1e7 xclock: Display a 24-hour digital clock with the hour and minute fields only.$ xclock -digital -brieftry on your machineexplain this command