[CentOS] linux batch job sleep problem???

2011-01-07 Thread mcclnx mcc
we have Redhat 5.5 on server. Recently we tried to use sleep command on batch job script some sleep work but some not sleep. any one have ideal? sample program === #/bin/bash set -v program1 sleep 30 program2 sleep 60 program3 sleep 40 ...

Re: [CentOS] linux batch job sleep problem???

2011-01-07 Thread John Hodrien
On Fri, 7 Jan 2011, mcclnx mcc wrote: we have Redhat 5.5 on server. Recently we tried to use sleep command on batch job script some sleep work but some not sleep. any one have ideal? sample program === #/bin/bash set -v program1 sleep 30 program2 sleep 60 program3 sleep

Re: [CentOS] linux batch job sleep problem???

2011-01-07 Thread Kai Schaetzl
well, you didn't tell what exactly doesn't work and how you found out. Kai -- Get your web at Conactive Internet Services: http://www.conactive.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] linux batch job sleep problem???

2011-01-07 Thread John Doe
From: mcclnx mcc mcc...@yahoo.com.tw we have Redhat 5.5 on server. Recently we tried to use sleep command on batch job script some sleep work but some not sleep. any one have ideal? #/bin/bash set -v program1 sleep 30 program2 sleep 60 program3 sleep 40 ... Maybe try to replace

Re: [CentOS] linux batch job sleep problem???

2011-01-07 Thread Sharon Kimble
mcclnx mcc wrote: we have Redhat 5.5 on server. Recently we tried to use sleep command on batch job script some sleep work but some not sleep. any one have ideal? Do you mean that you have Red Hat Enterprise Linux 5.5? If so you should be getting your support from RedHat. Or do you have