On Wed, Nov 08, 2000 at 06:00:32PM -0500, Michael A. Miller wrote: > Does anyone know of a Debian application that will display the > time and and a user specified time zone?
I've seen mention of a thing called swisswatch. It's supposedly highly customizable, so maybe this is something it'll do. -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='