Help for this page

Select Code to Download


  1. or download this
    cat /mnt/scripts/lagtime/tmp/input.txt |awk '{printf "%1.50s\t%0.60s\t
    +%0.45s\t %0.45s\n", $1, $2, $3, $4}' | sh /mnt/scripts/lagtime/calcul
    +ate_lag.sh > /tmp/snapvault_status.out.out;
    
  2. or download this
    awk '{printf "%1.50s\t%0.60s\t%0.45s\t %0.45s\n", $1, $2, $3, $4}' /mn
    +t/scripts/lagtime/tmp/input.txt | sh /mnt/scripts/lagtime/calculate_l
    +ag.sh > /tmp/snapvault_status.out.out;
    
  3. or download this
    use warnings;
    use strict;
    ...
    close IN_FILE;
    close OUT_FILE;