lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] problem with character output: lynx -source http://www.vivimi


From: marco fregonese
Subject: [Lynx-dev] problem with character output: lynx -source http://www.vivimilano.it | grep "<title>"
Date: Wed, 10 Apr 2013 11:14:45 +0100

Hi there,

I'm using Lynx Version 2.8.8dev.9 from shell (Ubuntu 12.04)

I want to get the <title> tag element from a website, if I do:

$ lynx -source www.vivimilano.it | grep "<title>"

The result is:

$ <title>ViviMilano - Guida critica alla citt� </title>

The result that I want should be:

$ <title>ViviMilano - Guida critica alla cittá </title> 

and not:

$ <title>ViviMilano - Guida critica alla citt� </title>

If I get the source after opening the web page with:

$ lynx www.vivimilano.it

using the "\" key, the result is OK:

 <title>ViviMilano - Guida critica alla cittá </title>

So, my question is: how can I get "<title>ViviMilano - Guida critica alla cittá </title>" with "á" from shell with a command like:
"$ lynx -source www.vivimilano.it | grep "<title>"? 

Thank you very much.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]