In response to Supote Leelasuppakorn <[EMAIL PROTECTED]>:
>  
> Hi all,
>  
>    Please anybody help me, I faced the problem with my "crontab". I
> tried to run a shell script which will fetch webpage and save it toa
> directory by using wget but after few minute I cannot see any filein
> such directory
>  
>    Below are content of shell script, my crontab and also
> file's permission listing.

Format your emails so they're actually readable.

> ###################
> # The output of `crontab -l`###################
>
> SHELL=/bin/sh
> MAILTO=pjn
> *       *       *       *       *       . /home/pjn/parseGP/fetchPage.sh
                                         ^^^^

What is the . doing there?  Are you watching /var/log/cron.log for
errors, as I expect you'll see some.

-- 
Bill Moran
http://www.potentialtech.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to