Re: sed problem
From: Dave selby (debian_at_pusspaws.net)
Date: 10/20/03
- Previous message: Daniel Barclay: "disable boot logo from LILO (kernel boot command line)?"
- In reply to: Dave selby: "sed problem"
- Next in thread: Floris Bruynooghe: "Re: sed problem"
- Reply: Floris Bruynooghe: "Re: sed problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 20 Oct 2003 22:09:47 +0100 To: debian@pusspaws.net
Dave selby wrote:
> I need to get the contents of a HTML title tag & put it in a string.
>
> ie
> <title>specialist cards</title>
>
> I need the "specialist cards" in a variable $titlecontents
> I thought it would be easy with sed
>
> sed -n '/<title>/,/<\/title>/p'
>
> But no go. I have tried various ways but to no avail.
>
> Any ideas ?
>
> Dave
>
I got all your e-mails, many thanks.
I will try them out ...
Dave
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Daniel Barclay: "disable boot logo from LILO (kernel boot command line)?"
- In reply to: Dave selby: "sed problem"
- Next in thread: Floris Bruynooghe: "Re: sed problem"
- Reply: Floris Bruynooghe: "Re: sed problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|