[gull] Convertir une arborescence
    Mitch 
    tentaal at yahoo.fr
       
    Sat Apr 17 12:02:01 CEST 2004
    
    
  
Ok , ce script fonctionne
for f in $(find /arborescense); do 
f2=$(echo "$f"| tr "A-Z" "a-z"); 
if [ "$f" != "$f2" ]; 
then echo "$f -> $f2"; 
mv -f "$f" "$f2"; 
fi; 
done;
	
	
		
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Dialoguez en direct avec vos amis grâce à Yahoo! Messenger !Téléchargez Yahoo! Messenger sur http://fr.messenger.yahoo.com
    
    
More information about the gull
mailing list