Subject: Re: How to compute the checksum of patch files
To: Jeremy C. Reed <reed@reedmedia.net>
From: Martin Husemann <martin@duskware.de>
List: tech-pkg
Date: 12/01/2005 10:21:58
On Thu, Dec 01, 2005 at 01:15:13AM -0800, Jeremy C. Reed wrote:
> sed -e '/\$NetBSD.*/,1d'

   sed -e '1,1s/^\$NetBSD.*//'

Not sure about the \ and $ count ;-)

Martin