On Fri, Mar 18, 2005 at 11:56:33AM +1100, Tony Green wrote: > On 18/03/2005, at 11:52 AM, [EMAIL PROTECTED] wrote: > >Hi, heh, interesting > >is there a way we could watch it ticking over, as in running digits? > > while [ 0 ]; do clear; date; date +%s; sleep 1; done
Or, if you have watch installed: watch -n 1 date +%s -- Norman Gaywood, Systems Administrator School of Mathematics, Statistics and Computer Science University of New England, Armidale, NSW 2351, Australia [EMAIL PROTECTED] Phone: +61 (0)2 6773 2412 http://turing.une.edu.au/~norm Fax: +61 (0)2 6773 3312 Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
