[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] text extraction, multiple matches per line, sed preferred.
- Subject: [ale] text extraction, multiple matches per line, sed preferred.
- From: yahoo at jimpop.com (Jim Popovitch)
- Date: Fri, 12 Sep 2008 17:17:41 -0400
I have a huge xml file, that has a ton of stanzas matching this:
<file name="blah.blah.ext" properties=blah /><file
name="blah2.blah.ext" properties=blah /><file name="blah3.blah.ext"
properties=blah /><file name="blah4.blah.ext" properties=blah />
What I would like to do is sed out the file names into a
carriage-return delimited list.
My sed foo is failing me today. Ideas?
-Jim P.