- 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;
- 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;
- or download this
use warnings;
use strict;
...
close IN_FILE;
close OUT_FILE;