The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-17-2009
jbsimon000 jbsimon000 is offline
Registered User
  
 

Join Date: Mar 2009
Posts: 12
Quote:
Originally Posted by Goldorakk View Post
Is there any data in ~/builds/scripts/at-job.log ???

Yes
"
The input file looks like this:

commands will be executed using /bin/bash
job 1237304740.a at Tue Mar 17 11:45:40 2009"

and you can see in the execution
"+ echo 'AT Job ID = 1237304740.a'
AT Job ID = 1237304740.a"

So it is reading the file, but getting stuck
I don't unnerstand it.