Shell: put sed script in Applescript
Shell: put sed script in Applescript
- Subject: Shell: put sed script in Applescript
- From: Gnarlodious <email@hidden>
- Date: Mon, 16 Feb 2004 20:59:44 -0700
This one has me stumped. A multiline sed script I want to run in an
Applescript:
/ A>$/{
$!N
/\n<\/ul>$/{
$!N
s/ A>\(\n<\/ul>\n<li\)/ a><p>\1/
}
}
I've tried all sorts of escaping and quoting, can someone help me out here?
-- Gnarlie
_______________________________________________
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.