Help for this page

Select Code to Download


  1. or download this
    MBPro:~ oren$ which echo
    /bin/echo
    MBPro:~ oren$ which nohup
    /usr/bin/nohup
    
  2. or download this
    #!/usr/local/bin/perl -w 
    use strict; 
    system("/bin/echo test > /home/monkfan/testcron.txt"); 
    #system("/usr/bin/nohup perl /home/monkfan/later_other_code.pl&");