#!/bin/bash
d1=`date + »%S.%N »`
read -p ‘Entree pour continuer’ var
d2=`date + »%S.%N »`
echo debut : $d1
echo fin : $d2
echo « scale=2; $d2-$d1″ | bc
ecart=`echo » scale=2; $d2-$d1″ | bc`
echo duree : $ecart
VSCH2 : /exploit/scripts/zab_cal.sh