Help for this page

Select Code to Download


  1. or download this
    #! /bin/csh -f
    # This script file backs up /www and /export directories
    ...
    echo " " >> $log
    
    exit -1
    
  2. or download this
    #!/usr/bin/perl
    use English;
    ...
       ## print "$showlines = $linect - $lastlc\n\n";
       system "tail -$showlines $logfile";
    }