Re: [techtalk] bash exec persistent confusion...

2001-02-27 Thread Walt
:-) Thanks! That was it exactly... Walt -~ >#! /usr/bin/perl Wise sayings often fall on barren ground, but a kind word is never thrown away. Sir Arthur Helps ___ techtalk mailing list [EMAIL PROTECTED] http://ww

Re: [techtalk] bash exec persistent confusion...

2001-02-27 Thread Paul Hardacre
At 12:15 27/02/2001, Walt wrote: >I was (am) having trouble with a script on one >of my web pages and so at the bash prompt >I typed: exec counter.cgi > >Even though the file is clearly there and I can >edit it, etc, bash responds: > >bash: /var/www/cgi-bin/counter.cgi: no such file or directory >

[techtalk] bash exec persistent confusion...

2001-02-27 Thread Walt
I was (am) having trouble with a script on one of my web pages and so at the bash prompt I typed: exec counter.cgi Even though the file is clearly there and I can edit it, etc, bash responds: bash: /var/www/cgi-bin/counter.cgi: no such file or directory Other scripts in the directory work fine!