[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev TRST & lynxcgi
From: |
Klaus Weide |
Subject: |
Re: lynx-dev TRST & lynxcgi |
Date: |
Mon, 8 Nov 1999 16:52:48 -0600 (CST) |
On Mon, 8 Nov 1999, Philip Webb wrote:
> what i get is:
>
> sed: command garbled: \
> /<[Tt][Aa][Bb][Ll][Ee]/,/<\/[Tt][Aa][Bb][Ll][Ee]/{;\
> :L;\
> /<TD/{;\
> /<\/TD>/!{;\
> N;\
> bL\
> }
>
> so before i follow the steps below, have you any comment here?
Sorry, it seems my sed syntax isn't portable to your sed. It's based
on trial and error (and some man page reading).
Maybe some sed wizard knows what has to be changed.
The only ideas I have:
- make sure there are no trailing blanks after the \ on each line.
- try to get rid od some of the ';', maybe after the '{'s.
- add ';' in lines that don't have it. (after "bL")
- add \ at the end of lines that don't have it. (after '}')
> > (2) make the script just contain the 2 lines
> > #! /bin/sh
> > lynx -mime_header "$QUERY_STRING"
> > (3) what does -trace say?
>
> if the problem is the sed script, -trace probably is irrelevant.
Yes.
Klaus
- lynx-dev TRST: the next step, Philip Webb, 1999/11/05
- Re: lynx-dev TRST: the next step, Klaus Weide, 1999/11/07
- Re: lynx-dev TRST: the next step, Philip Webb, 1999/11/07
- Re: lynx-dev TRST & lynxcgi, Philip Webb, 1999/11/08
- Re: lynx-dev TRST & lynxcgi, Klaus Weide, 1999/11/08
- Re: lynx-dev TRST & lynxcgi, Philip Webb, 1999/11/08
- Re: lynx-dev TRST & lynxcgi,
Klaus Weide <=
- Re: lynx-dev TRST & lynxcgi, Philip Webb, 1999/11/08
- Re: lynx-dev TRST & lynxcgi, Klaus Weide, 1999/11/08
- Re: lynx-dev TRST & lynxcgi, Philip Webb, 1999/11/08
- Re: lynx-dev TRST & lynxcgi, Vlad Harchev, 1999/11/09
- Re: lynx-dev TRST & lynxcgi, Vlad Harchev, 1999/11/09
- Re: lynx-dev TRST : awk script, Philip Webb, 1999/11/09
- Re: lynx-dev TRST : diff versions of awk & sed: USE GNU!, David Combs, 1999/11/09
- Re: lynx-dev TRST : use the printer, stupid!, Philip Webb, 1999/11/10