Re: Can't run ulimit from executable sh file

2002-04-12 Thread Thorsten Strusch
James Pifer wrote: > On Thu, 2002-04-11 at 19:01, Bill Crawford wrote: > > On 11 Apr 2002, James Pifer wrote: > > > > > I have program that I run from an sh script called relay.sh. The program > > > runs fine, but I would like to set ulimit before the application runs. > > > > > > When I add ulimi

Re: Can't run ulimit from executable sh file

2002-04-12 Thread James Pifer
You were right. Had some crap in it. Recreated it within linux and all is good now. Thanks, James On Thu, 2002-04-11 at 19:01, Bill Crawford wrote: > On 11 Apr 2002, James Pifer wrote: > > > I have program that I run from an sh script called relay.sh. The program > > runs fine, but I would lik

Re: Can't run ulimit from executable sh file

2002-04-12 Thread Bill Crawford
On Fri, 12 Apr 2002, Cameron Simpson wrote: > On 14:05 11 Apr 2002, James Pifer <[EMAIL PROTECTED]> wrote: > | I have program that I run from an sh script called relay.sh. The program > | runs fine, but I would like to set ulimit before the application runs. > | > | When I add ulimit by itself

Re: Can't run ulimit from executable sh file

2002-04-12 Thread Cameron Simpson
On 14:05 11 Apr 2002, James Pifer <[EMAIL PROTECTED]> wrote: | I have program that I run from an sh script called relay.sh. The program | runs fine, but I would like to set ulimit before the application runs. | | When I add ulimit by itself on the first line, which I would expect to | give unlim

Re: Can't run ulimit from executable sh file

2002-04-11 Thread Bill Crawford
On 11 Apr 2002, James Pifer wrote: > I have program that I run from an sh script called relay.sh. The program > runs fine, but I would like to set ulimit before the application runs. > > When I add ulimit by itself on the first line, which I would expect to > give unlimited I get: > : command n

Can't run ulimit from executable sh file

2002-04-11 Thread James Pifer
I have program that I run from an sh script called relay.sh. The program runs fine, but I would like to set ulimit before the application runs. When I add ulimit by itself on the first line, which I would expect to give unlimited I get: : command not found When I add ulimit -s 64000, I get: '/r