HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cacaclock — Display the current time as ASCII art. More information: <https://packages.debian.org/sid/caca-utils

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecurrentcommandcacaclockasciiclitimedisplay
linux

Problem

How to use the cacaclock command: Display the current time as ASCII art. More information: <https://packages.debian.org/sid/caca-utils>.

Solution

cacaclock — Display the current time as ASCII art. More information: <https://packages.debian.org/sid/caca-utils>.

Display the time:
cacaclock


Change the font:
cacaclock {{[-f|--font]}} {{font}}


Change the format using an strftime format specification:
cacaclock {{[-d|--dateformat]}} {{strftime_arguments}}

Code Snippets

Display the time

cacaclock

Change the font

cacaclock {{[-f|--font]}} {{font}}

Change the format using an `strftime` format specification

cacaclock {{[-d|--dateformat]}} {{strftime_arguments}}

Context

tldr-pages: linux/cacaclock

Revisions (0)

No revisions yet.