crone tab shell script do not save output
        Posted  
        
            by Anas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anas
        
        
        
        Published on 2010-05-20T04:26:47Z
        Indexed on 
            2010/05/20
            4:30 UTC
        
        
        Read the original article
        Hit count: 399
        
shell-scripting
i use cron tab with command
wget http://www.mydomain.com/page.php
to run one of my pages in server. It works, but problem is output is sved with names page.php, page.php1, page.php2, page.php3 etc. Can i run the page using wget without sving output
© Stack Overflow or respective owner