En Perl para sustituir un tag por otro tag en archivos *.shtml utilizo
este script:

find . -type f -name '*.shtml' | xargs perl -i -p -e 's,<u>,<b>,gi'
find . -type f -name '*.shtml' | xargs perl -i -p -e 's,</u>,</b>,gi'

Que alguien me proporciono una vez.

Pero puede quedar esa sustitucion en un mismo comando(linea) o script?

Gracias de antemano.

--
Jos� Pablo Orozco Mar�n
[EMAIL PROTECTED]
Web - SHTML

InterNexo - Tecnolog�as Internet
http://www.internexo.co.cr/
280-6720



--
�Desea desuscribirse? Escriba a [EMAIL PROTECTED] con
el tema "unsubscribe".

Responder a