help-make
[Top][All Lists]
Advanced

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

Re: creating text files with make?


From: Stephan Beal
Subject: Re: creating text files with make?
Date: Mon, 26 Apr 2010 11:34:21 +0200

On Mon, Apr 26, 2010 at 11:33 AM, Stephan Beal <address@hidden> wrote:
perl -i -pe 's|^(\s*KeyName\s*=(.*)|$1 New Value|' configfile

Sorry, a typo:

perl -i -pe 's|^(\s*KeyName\s*=)(.*)|$1 New Value|' configfile

--
----- stephan beal
http://wanderinghorse.net/home/stephan/

reply via email to

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