Help for this page

Select Code to Download


  1. or download this
    DELIMITER $$
    
    ...
    $$
    
    DELIMITER ;
    
  2. or download this
    [vxp@vader bin]$ cat deadweight
    #!/bin/sh
    ...
    echo "executing /home/vxp/veng/bin/email_retrieve.pl $1" >> /home/vxp/
    +veng/deadweight.log
    /home/vxp/veng/bin/email_retrieve.pl $1
    [vxp@vader bin]$