I have set up a script that calls itself using the "at" command. It seems to be working so far however when I run the script I get the following output:
copy_k2k_files.ksh.new[42]: 0: not found
commands will be executed using /bin/ksh
job 1072940400.a at Thu Jan 1 08:00:00 2004
The strange thing is that the file copy_k2k_files.ksh.new is not found. I have run this with simple test scripts and I never got this message. Also why is there a [42] appended to the file name?
The call I use in the script is:
at 08:00 tomorrow < /apps/prod/ems/scripts/copy_k2k_files.ksh.new
I was worried that because it could not find the file that it would not be able to run at the specified time, however I tested it with 2 minute intervals and it did ok.
Is there any reason why this should say this? If so how do I get rid of this?
cheers
simmo
copy_k2k_files.ksh.new[42]: 0: not found
commands will be executed using /bin/ksh
job 1072940400.a at Thu Jan 1 08:00:00 2004
The strange thing is that the file copy_k2k_files.ksh.new is not found. I have run this with simple test scripts and I never got this message. Also why is there a [42] appended to the file name?
The call I use in the script is:
at 08:00 tomorrow < /apps/prod/ems/scripts/copy_k2k_files.ksh.new
I was worried that because it could not find the file that it would not be able to run at the specified time, however I tested it with 2 minute intervals and it did ok.
Is there any reason why this should say this? If so how do I get rid of this?
cheers
simmo