Thank you, the solution could be fine but a little difficult to test and launch from 3 o'clock ahead in the night, I was searching for an easier trick. However for a shell script yours is a good approach, thinking.
-Dan Carsten Reith <carsten.re...@t-online.de>: > Something like: > > for i in xml*/email/*; do mv $i `dirname $i`/po...@elettronica.lol; done > > ? > > Cheers, > > Carsten > > Dan <d...@nnnne-o-o-o.com> writes: > >> Hello, >> >> About *shelling*, I found two useful tricks to edit the filesystem. >> >> To speed up editing on folder file list: >> nano *.xml (CTRL+S, CTRL+X) >> >> Recursively into subdirs: >> nano `find . -name *.xml` (CTRL+S, CTRL+X) >> >> The problem comes when given a filesystem structure like: >> >> xml1/email/po...@celere.com >> xml2/email/po...@celere.com >> xml3/email/po...@celere.com >> xml4/email/po...@celere.com >> xml5/email/po...@celere.com >> xml6/email/po...@celere.com >> xml7/email/po...@celere.com >> >> I want to rename with one unique shell commmand all the wrong emails to >> po...@elettronica.lol >> >> Do you have a tip to exchange? >> >> Thanks! >> >> -Dan