[gl-como] modifica nomi files - (simile a "blank to underscore" ma non so come fare)

Pietro Bertera pietro@bertera.it
Dom 18 Set 2005 23:04:56 CEST


On dom, 2005-09-18 at 22:13 +0200, Cloud wrote:
> Facciamo che io in una cartella ho i seguenti files:


#!/bin/bash
for a in $1/*
do
    b=`echo $a |sed -e s/à/a\'/g -e s/è/e\'/g -e s/ì/i\'/g -e s/ò/o\'/g
-e s/ù/u\'/g`
    if [ "$a" != "$b" ]
    then
        c=`echo $a | sed -e s/\ /\\ /g`
        d=`echo $b | sed -e s/\ /\\ /g`
        mv "$c" "$d"
    fi
done

-- 
Pietro Bertera 
E-mail: pietro@bertera.it
GPG key fingerprint: 3B3F 2C4B 487C E5E8 080C  03B3 0C9C AB85 E774 31A4





Maggiori informazioni sulla lista gl-como