develooper Front page | perl.beginners | Postings from April 2012

Re: Regex again..

Thread Previous | Thread Next
From:
Shlomi Fish
Date:
April 14, 2012 03:28
Subject:
Re: Regex again..
Message ID:
20120414132840.26619294@lap.shlomifish.org
Hi Somu,

On Sat, 14 Apr 2012 14:46:50 +0530
Somu <som.ctc@gmail.com> wrote:

> Sir, what is this??:
> 
>              lynx -stdin -dump < in.html > out.txt
> 

It's a UNIX command. What it does is take the file "in.html" (without the
quotes), pipe it through "lynx -stdin -dump" and put its output in the
"out.txt" file. See:

https://en.wikipedia.org/wiki/Redirection_%28computing%29

What "lynx -stdin -dump" does is filter out the HTML tags and just output the
text.

Regards,

	Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Interview with Ben Collins-Sussman - http://shlom.in/sussman

There is no IGLU Cabal! Its members can be arranged in N! orders to form N!
different Cabals. The algorithm to find which order formulates the correct
IGLU Cabal is NP‐Complete.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About