![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C Calender Help - Unusual error | Octal | High Level Programming | 3 | 03-26-2007 03:08 PM |
| unusual function refrences | xbjxbj | High Level Programming | 11 | 02-22-2005 02:52 AM |
| unusual function refrences | xbjxbj | UNIX for Advanced & Expert Users | 1 | 02-10-2005 12:27 AM |
| somewhat unusual top output problem | ohhmyhead | UNIX for Dummies Questions & Answers | 4 | 07-17-2004 10:44 PM |
| Deleting an unusual file | scmay | Shell Programming and Scripting | 2 | 06-09-2004 10:01 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
very unusual question about while
is there anyway to make while run a command faster than per second?
timed=60 while [ $timed -lt 60 ] do command sleep 1 done i need something that can run a script for me more than one time in one second. can someone help me out here? |
|
||||
|
usleep doesn't appear to be a command. its for c, c++ and perl and i dont know that.
and i tried jims method too but it doesn't seem to be working my system. when u minus 1 from a value that isn't greater than 1 my system makes the result 0 instead of the .3333333 or whatever the remainder is. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|