On Sun, Jun 20, 2010 at 04:06:51PM +0300, Raz wrote:
> watch -n1 cat lala
> is another possiblity

What for?

This re-runs cat 1 second after it has finished running.

Try:

  watch -n1 'sleep 5; echo hi'

It will refresh the display every 6 seconds.

-- 
Tzafrir Cohen         | [email protected] | VIM is
http://tzafrir.org.il |                    | a Mutt's
[email protected] |                    |  best
[email protected]    |                    | friend

_______________________________________________
Linux-il mailing list
[email protected]
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to