Sign up to create your own snipts, or login.

Public snipts » robertbanh's snipts » linux AT command

posted on Nov 08, 2009 at 7:39 p.m. EST in 
  • // linux at command
    
    > at 03:30 -v
    > nohup php -f /x/x/x.php > /x/x/logs
    > nohup php -f /rg/repos/trunk/import/importxx-2009.php > ~rbanh/importlogs2009
    > (Ctrl+D)
    > atq    // to view queue
    > atrm 1 // cancel job 1
    > at 1am tomorrow -v // tomorrow 1am
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.