1832023 Members
3166 Online
110034 Solutions
New Discussion

Re: batch -l hangs

 
SOLVED
Go to solution
Donald Kok
Respected Contributor

batch -l hangs

Hi there,

at -l works fine, but batch -l hangs.
I installed PHCO_27141, allready, but it doesn't help.

Do you have any idea?
Thanks
Donald
My systems are 100% Murphy Compliant. Guaranteed!!!
1 REPLY 1
Christian Gebhardt
Honored Contributor
Solution

Re: batch -l hangs

Hi

# which batch
/usr/bin/batch

# more /usr/bin/batch
#!/usr/bin/sh
# @(#) $Revision: 72.1 $
at -qb


So batch is only a Shell-Skript that perform "at -qb" so "-l" Option is ignored

Chris