I'm trying to schedule lynx to hit a page every afternoon and download the results to a file. It works fine from the command line, but when i schedule the event from within crontab, I only get an empty file.
For example, I have a file called cronTest.sh that contains this line:
lynx -dump...