Re: Piping sed to sed commands
Re: Piping sed to sed commands
- Subject: Re: Piping sed to sed commands
- From: Michael Terry <email@hidden>
- Date: Sat, 17 Jan 2004 14:01:07 -0800
On Jan 17, 2004, at 12:47 PM, BJ Terry wrote:
perl -ne 'print while
s/<key>(Name|Artist|Album|Genre|Size|Year|Comments)<\/
key><[^>]*>([^<]*)<\/[^>]*>/<td class=\1>\2/g'
I'm going to leave escaping it for applescript as an exercise for the
reader.
It's already got all the escaping it's ever going to need. It's ready
for a 'do shell script'.
Mike
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.