![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell program to accept multiple request at the same time | tcskurra | Shell Programming and Scripting | 3 | 06-05-2008 12:29 PM |
| clock change | markab2 | UNIX for Advanced & Expert Users | 0 | 10-31-2007 07:58 AM |
| Implementing "Time Limited, Trial" version of my program | the_learner | UNIX for Advanced & Expert Users | 4 | 06-07-2007 06:46 AM |
| C program in Unix / Linux - Time differences | chprvkmr | High Level Programming | 11 | 09-09-2005 01:46 AM |
| running a program for a specified time | prosputko | High Level Programming | 3 | 07-06-2005 02:39 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Thanks Ygor. Sorry if I inadvertently wrote a virus :-( How about this:
Code:
#!/bin/sh while [ 0 = 0 ] ; do clear date +"%r" sleep 1 done I'm not a UNIX expert. I guess I know enough to be dangerous ;-P I couldn't find a way yet to make an infinite loop except for something like the "while" statement above. I'm using the default terminal in Mac OS X (10.3.1) Panther. Regards, Cassj |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|