It removes html/xml style tags from the input file.
s/ # Search for ...
< # Something that begins with '<'
[^>] # and continue while there isn't a '>'
* # for zero-or more characters
> # Ending with a '>' character
// # replace previous match with the empty string
g # do this globally for each line
This matches (and removes) things like <tag parameter=value> ro <html> .
L7Sqr
Practically a Posting Shark
851 posts since Feb 2011
Reputation Points: 253
Solved Threads: 155
Skill Endorsements: 7