Help for this page

Select Code to Download


  1. or download this
    @lines = $t->cmd('nohup sleep 300 &');  
    print @lines;              
    @lines = $t->cmd('jobs');  
    print @lines;              
    $t->close;
    
  2. or download this
    [1]     6962                                    
    [1] +  Running                 nohup sleep 300 &