Hi Somu, On Sat, 14 Apr 2012 14:46:50 +0530 Somu <som....@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 . -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/