I am grepping an XML File, which gives me output like this:
data more data ...
Note, this is a fl
Using awk:
awk '{gsub(/<[^>]*>/,"")};1' file.xml