![]() |
|
|
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 |
| school unix | shanepowell | OS X (Apple) | 6 | 06-27-2005 07:38 AM |
| Need help with OLD SCHOOL AIX | NOTORIOUS VR | AIX | 3 | 02-23-2005 01:16 PM |
| school or teach myself? | nobody | High Level Programming | 9 | 12-23-2003 07:41 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
ok its a simple script, but i can't get it to run right. i'm totally lost. can anyone help me with this.
heres the question........create a shell script called minute.bash that starts the command labs/bash/count.sh and lets it run for 1 minute and then stops it. count.sh is a simple counting program that outputs 1,2,3,4,5,6 up to 10 and starts over. this is what i'm typing in Vi #!/bin/bash #uses count.sh and lets it run for one minute. #written by Adam Jones /labs/bash/count.sh sleep 60; done thats what i'm typing. the program just keeps on counting and never stops. if i put sleep above the count.sh it doesn't start for 1 minute. any help would be awesome. thankssss in advance. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|