Re: Delimit URL end to space or newline
From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 03/27/05
- Next message: Ed Morton: "Re: Delimit URL end to space or newline"
- Previous message: Ed Morton: "Re: Delimit URL end to space or newline"
- Maybe in reply to: Gnarlodious: "Delimit URL end to space or newline"
- Next in thread: Ed Morton: "Re: Delimit URL end to space or newline"
- Reply: Ed Morton: "Re: Delimit URL end to space or newline"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Mar 2005 13:23:47 GMT
On comp.unix.shell, in <d-ednScI6cd7NNvfRVn-ig@comcast.com>, "Ed Morton" wrote:
<snip>
> so, or those in doubt, this would obviously be an appropriate
> application for sed ;-).
>
Obviously, this is someone impersonating Ed Morton.
:-))
P.S. You forgot the second "]" in your regex for the character
class. Should be:
sed 's|\(http.*\..\{2,4\}/\)\([^[:space:]]*\)$| <a <snip>
^
AC
-- I ignore posters who use common first names for aliases. Pick a unique alias and stick with it. Check the alias at: http://groups.google.com/advanced_group_search Do not include the email address in the alias.
- Next message: Ed Morton: "Re: Delimit URL end to space or newline"
- Previous message: Ed Morton: "Re: Delimit URL end to space or newline"
- Maybe in reply to: Gnarlodious: "Delimit URL end to space or newline"
- Next in thread: Ed Morton: "Re: Delimit URL end to space or newline"
- Reply: Ed Morton: "Re: Delimit URL end to space or newline"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|