From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JmBMo-0005wI-DI for garchives@archives.gentoo.org; Wed, 16 Apr 2008 17:24:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27DABE07CD; Wed, 16 Apr 2008 17:24:17 +0000 (UTC) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.226]) by pigeon.gentoo.org (Postfix) with ESMTP id DB0A3E07CD for ; Wed, 16 Apr 2008 17:24:16 +0000 (UTC) Received: by hu-out-0506.google.com with SMTP id 23so2052052huc.1 for ; Wed, 16 Apr 2008 10:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=LnBI5KKv03uJWdQnV5RnAaUjktHk0W093shmP3WFats=; b=oib9KC9CW6bx79GaNzPj9ES0K0qQufN0T5N9kDnB8HDVgSKlK12/Zu/tSTOrPVK4mewkIH+k7Ofo57uXGk5qZq2j4nimoicCwCj7sJLGJxNFCZgw1ycvETeKI1kDaMNyhVt0or1iWorc8t+BfksJfiHfyiZ9ng+00yStOeMGdJU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=cc5HqUfhLCu10e+87P3Dh/vwt45geNciF3DM/Ix3OqVjPkYyB+b+q5BqBrjPaHmgVru15lBRi9xSZ3nTlbMyhLUKthBpvilHw309By2gC9/Ti3ogwz4VmEimzif/LkE6JYNVWMqJ2wmwPlPcO0r4TdTouE4nmF+4OCd49nnD42Y= Received: by 10.78.162.4 with SMTP id k4mr489807hue.43.1208366656042; Wed, 16 Apr 2008 10:24:16 -0700 (PDT) Received: from snowcone ( [213.121.151.206]) by mx.google.com with ESMTPS id v29sm3568794hub.39.2008.04.16.10.24.14 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Apr 2008 10:24:15 -0700 (PDT) Date: Wed, 16 Apr 2008 18:24:05 +0100 From: Ciaran McCreesh To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] escaping variables in sed expressions Message-ID: <20080416182405.651698dd@snowcone> In-Reply-To: <20080416171751.GT29406@der-frank.org> References: <48048E31.6040209@gentoo.org> <3c32af40804150405qb2bbfbavb8d7ce575dbc2278@mail.gmail.com> <20080415141753.GS29406@der-frank.org> <20080415171606.6e2a900a.genone@gentoo.org> <20080416171751.GT29406@der-frank.org> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/7xOPmDS5lfYiyjJzPO4dTuC"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Archives-Salt: aa650da1-ad8d-4c3a-87e7-77d8b35fa8b6 X-Archives-Hash: 34e638a342a590c9303c71af9b2b9a29 --Sig_/7xOPmDS5lfYiyjJzPO4dTuC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 16 Apr 2008 19:17:51 +0200 Frank Gruellich wrote: > I was not able to create a filename or path containing it. (Anyone > else?) Unix file names can't contain / or null. > Unfortunately that stupid sed does not work with \x00 as > delimiter... Nor do most Unix apps, since they tend to be written in C using all those C library functions that work on null terminated strings. Null introduces far more problems than it solves, character-wise... --=20 Ciaran McCreesh --Sig_/7xOPmDS5lfYiyjJzPO4dTuC Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQFIBjY696zL6DUtXhERAnK2AKC7erNHQ8U3xqhAUzxCZyOmGbpvxQCfYsEu /9wSQp147SUat9gQipMvoTk= =vca7 -----END PGP SIGNATURE----- --Sig_/7xOPmDS5lfYiyjJzPO4dTuC-- -- gentoo-dev@lists.gentoo.org mailing list