Solution exercice 1

#!/bin/bash

echo "Début des statistiques"
echo "Il y a `find . -type d | wc -l` répertoires"
echo "Il y a `find . -type f | wc -l` fichiers"


Copyright Richard Buchmann & Emmanuel Viaud, université P.M. Curie 2005, MAJ 25 février, 2007