On Fri, 18 Mar 2005 11:52 am, [EMAIL PROTECTED] wrote:
> Hi, heh, interesting
> is there a way we could watch it ticking over, as in running digits?
> kr,
> Luke

If you're running GNU "date" (or some flavour of BSD) and a bash shell:

while [ 0 ]; do clear ; date +%s; sleep 1; done

It's ugly, but it works.

Cheers,

James
-- 
The Fifth Rule:
        You have taken yourself too seriously.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to