Rechercher une page de manuel
tr_mvlnk
Langue: en
Version: 2008-01-15 (mandriva - 01/05/08)
Section: 1 (Commandes utilisateur)
NAME
tr_mvlnk -- modify tags in html files with perl commands.SYNOPSIS
USAGE: tr_mvlnk [-hacv] perlexpr html-filesDESCRIPTION
tr_mvlnk provides the tags in html code in \$_ to perlexpr and modifies the tags according to the perlexpr. The original files are backed-up to filename.bakSpaces, tabs and newline are removed from the tag and replaced by just one space. This is to make it easier for the perlexpr.
OPTIONS
-a include all tags. Normally only tags that contain links (e.g <a href=... and not <p> </p>) are passed to the perlexpr. That is all tags with href=, src= or background=. With this option set you can modify any tag.-h this help
-c includes comments. Normally comment tags are not passed to perlexpr. With this option set you can modify also comments.
-v verbous messages about html errors.
EXAMPLE
Change links to tldp.org/linuxfocus to linuxfocus.org: tr_mvlnk 's|tldp.org/linuxfocus|linuxfocus.org|' index.htmlAUTHOR
xlnk is part of the HTML::TagReader package and was written by Guido Socher [guido(at)linuxfocus.org]Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre