Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: sed question
- To: tlug@example.com
- Subject: Re: sed question
- From: Matt Doughty <mdoughty@example.com>
- Date: Tue, 12 Jun 2001 13:19:05 +0900
- Content-Disposition: inline
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <3B2595F9.962DD199@example.com>; from antony@example.com on Tue, Jun 12, 2001 at 01:09:29PM +0900
- References: <3B2595F9.962DD199@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <Mwvuz.A.C2E.PhZJ7@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: Mutt/1.2.4i-jp0
> > LIBS="$ac_save_LIBS" > > would become > > LIBS="$ac_save_LIBS -lnetinet" > > Can someone please tell me how to do this in sed. > try this: cat infile | sed -e '/^LIBS=/s/\" *$/ -lnetinet&/' > outfile //Matt
- References:
- sed question
- From: Antony Stace <antony@example.com>
Home | Main Index | Thread Index
- Prev by Date: sed question
- Next by Date: Re: sed question
- Prev by thread: sed question
- Next by thread: Re: sed question
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links