|
From: | Thomas Dickey |
Subject: | Re: [Lynx-dev] How to stop the terminal display |
Date: | Wed, 9 Mar 2011 06:42:38 -0500 (EST) |
On Wed, 9 Mar 2011, Biswajit Paul wrote:
Hello, I am using lynx as a crawler + text extractor. lynx -crawl -traversal -accept_all_cookies <URL> By default, when crawling, lynx continuously keep displaying html pages on terminal and save dump(plain text) in file. But I do NOT want any display on the terminal. How to stop the terminal display ?
Did you try redirecting the display to /dev/null? For example lynx -crawl -traversal -accept_all_cookies <URL> >/dev/null -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
[Prev in Thread] | Current Thread | [Next in Thread] |