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: [EMAIL PROTECTED]
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]