Issue
When I try to run a script by cron I get this error messaege:
/bin/sh: get: command not found
I also tried it in bash shell, and I tried 'curl', 'wget' and 'fetch' but non of them helped.
Can anybody tell solution? : D
Solution
You might also try this:
lynx -dump "http://www.example.com" > /dev/null
Answered By - tambler