lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx question/batch mode


From: Sergey Svishchev
Subject: Re: lynx-dev lynx question/batch mode
Date: Wed, 5 May 1999 04:01:15 +0400

On Tue, May 04, 1999 at 07:35:39AM -0500, Klaus Weide wrote:

> > I am using Lynx 2.4-FM on an digital alpha running VMS. 
> > I am attempting to use lynx in batch mode.  I have followed an example
> > that I saw on the lynx web site:
> > 
> > **************************************
> > lynx -get_data < get.parms http://www.metacrawler.com/crawler > get.result
> 
> Does input/output redirection with  '<' and '>' really work on VMS
> (I assume that means using DCL)?

In DCL, you'd use commands like these:

$ define/user sys$input get.parms
$ define/user sys$output get.result
$ define/user sys$error error.log ! optional
$ lynx -get_data http://www.metacrawler.com/crawler

In VMS 7, there's also PIPE command.

-- 
Sergey Svishchev -- svs{at}ropnet{dot}ru

reply via email to

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