On Sunday 30 September 2001 04:38 pm, Andreas D. Landmark wrote:
> At 01.10.2001 00:02, you wrote:
> >I have a shell script that I am executing like this $files =
> > `shellscript`; but if I do an if ($files) it doesn't read $files as
> > existing. The contents of the shell script is a smbclient
At 01.10.2001 00:02, you wrote:
>I have a shell script that I am executing like this $files = `shellscript`;
>but if I do an if ($files) it doesn't read $files as existing. The contents
>of the shell script is a smbclient line that copies a bunch of DBF files from
>another machine. Anyone have a