lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev PATCH for ENABLE_RC


From: Doug Kaufman
Subject: Re: lynx-dev PATCH for ENABLE_RC
Date: Sun, 15 Jun 2003 23:17:21 -0700 (PDT)

On Mon, 16 Jun 2003, Henry Nelson wrote:

> > You can make the lynx.cfg file a lot smaller by using sed to remove all
> > the lines that start with "#". Then you only have your customizations
> 
> This too, possibly with the actual sed command you'd use.  Maybe add ".[he]".

You actually also need to remove lines that start with ".". This sed
command should work:
sed -n -e "/^[^#\.]/p" <lynx.cfg> lynx_short.cfg
                          Doug
-- 
Doug Kaufman
Internet: address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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