bug-sh-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Date request


From: Bob Proulx
Subject: Re: Date request
Date: Mon, 3 Feb 2003 10:26:05 -0700
User-agent: Mutt/1.3.28i

Scott Baker wrote:
> An option for the date command to have it show the time, and then STAY 
> running and update the time every 1 second.  I want a "live" clock that I 
> can run and watch to see what time it is.  I have certain cron jobs that 
> run every 5 minutes.  If I had a clock program that would let me watch them 
> it would make things easier.  Just a request.

Are you running X?  Then look at 'xclock' which does exactly as you
wish.

You can always create what you ask yourself.

  while sleep 1; do clear; date; done

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]