From owner-freebsd-questions@FreeBSD.ORG Fri Oct 28 15:15:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B7E316A41F for ; Fri, 28 Oct 2005 15:15:51 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE7343D46 for ; Fri, 28 Oct 2005 15:15:50 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 62672997D26 for ; Fri, 28 Oct 2005 17:15:47 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07989-03 for ; Fri, 28 Oct 2005 17:15:44 +0200 (CEST) Received: from [80.98.133.57] (catv-50628539.catv.broadband.hu [80.98.133.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 000B099777B for ; Fri, 28 Oct 2005 17:15:43 +0200 (CEST) Message-ID: <4362409D.400@t-hosting.hu> Date: Fri, 28 Oct 2005 17:15:41 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Sed howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:15:51 -0000 Hello, I'm looking for a good sed howto that can be useful for contributing to ports collection. Replacing text is I'm especially interested in. Besides, could somebody explain me, when we use USE_REINPLACE= YES and ${REINPLACE_CMD}, and when we use just ${SED}? Thanks in advance, Gabor Kovesdan