On Thu, Jul 24, 2003 at 12:05:04PM +0300, Tal Peer wrote: > On Wed, 23 Jul 2003, Aviram Jenik wrote: > > > > > So pick up your finger and click your mouse (lynx users: don't worry, it's > > just a metaphore): > > http://www.hamakor.org.il/august.html > > > > Who needs a browser anway? > php -r 'echo strip_tags(file_get_contents("http://hamakor.org.il/august.html"));' | > bidiv | more
in shell we use 'lynx -dump': lynx -dump http://hamakor.org.il/august.html | bidiv |less or: lynx -dump http://hamakor.org.il/august.html | fribidi |less It will also list the links in the page, but then again, it won't let you follow them easily, like a decent browser will... lynx -dump works just great on a unicode terminal: The page was in some 8-bit encoding, but lynx dumped it for me in UTF-8, because this is my locale. (In other words: I didn't need to care about the page's encoding) -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]