Hi,

I have a directory tree where each directory can contains files named in the form index.*.html. (* represents the code for a language: en, fr, ...)
Each index.*.html contains lines in the form <*>text</*>.
For each directory, I would like to :
- remove the <*>text</*> in each file if index.*.html is absent in the directory, an
- replace the <*>text</*> in each file by text if index.*.html is present in the directory.


Anyone has an idea on how to do this ?
My main problem is taking each directory (and subdirectory) one after an other.


TIA
Nicolas




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to