Help for this page

Select Code to Download


  1. or download this
        while(<MYINPUTFILE>)
        {
                cat /mnt/scripts/lagtime/tmp/input.txt |awk '{printf "%1.5
    +0s\t%0.60s\t%0.45s\t %0.45s\n", $1, $2, $3, $4}' | sh /mnt/scripts/la
    +gtime/calculate_lag.sh > /tmp/snapvault_status.out.out;
        }