Flavio scrisse in data 17/09/2008 17:06:
On Wednesday 17 September 2008 16:54:43 Salvator*eL*arosa wrote:
Salve a tutti,

Non vorrei approfittare della vostra bontà!, ma ho l'urgenza
di rinominare diversi file da .txt a .jpg.txt che si trovano
in più cartelle.....

$ find . -iname \*.txt -exec mv {} {}.jpeg \;
Così rinomini anche le directories... almeno credo. Io aggiungerei anche -type f, cioè:

$ find . -iname \*.txt -type f -exec mv {} {}.jpeg \;



--
Per REVOCARE l'iscrizione alla lista, inviare un email a [EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Rispondere a