Thread
:
how execute/visit a site using the cron daemon?
View Single Post
TrueJournals
2008-06-26 , 20:17
Posts: 480 | Thanked: 378 times | Joined on Apr 2008 @ Chicago-ish
#
4
What I got from the post is that you want to open a web browser and go to a certain website using cron. This can be accomplished using the command:
Code:
browser --url "(URL goes here)"
I don't think you need the quotes, but it doesn't hurt to include them. The reason I could see this being helpful is for, say, opening the news every morning so you can read it when you wake up.
Quote & Reply
|
TrueJournals
View Public Profile
Send a private message to TrueJournals
Visit TrueJournals's homepage!
Find all posts by TrueJournals