Welcome, please read the rules.My first post here.
GhostBSD, pfSense, TrueNAS, and all other FreeBSD DerivativesIs there any simple lightweight digital watch that can be installed in GhostBSD?
# env TZ=Europe/Berlin xclock -d -brief
#!/bin/sh
echo "Berlin `env TZ=Europe/Berlin date`"
echo "Douglas `env TZ=Europe/Isle_of_Man date`"
# other TZs...
Thanks!
Thanks hruodr!Try a command like:
Select your timezone TZ as a path from /usr/share/zoneinfo/.
You can also write your world time script like:
Code:#!/bin/sh echo "Berlin `env TZ=Europe/Berlin date`" echo "Douglas `env TZ=Europe/Isle_of_Man date`" # other TZs...
It is only a clock. There is not much to configure.but still dont know how to configure it as I like.
man xclock
in the terminal and read the description.# env TZ=Europe/Berlin xclock -d -brief &
chmod u+x ~/bi/wtime
, and edit .tcshrc to include ~/bin in the path.