|
From: | Paul Smith |
Subject: | Re: Properly ecsape |
Date: | Wed, 20 Jun 2012 08:14:38 -0400 |
On Wed, 2012-06-20 at 01:06 -0700, icegood wrote: > How to properly escape bash syntax: > echo d>s_`echo $$`? The only character special to make inside a recipe is "$". You escape it by doubling it. So: echo d>s_`echo $$$$`
[Prev in Thread] | Current Thread | [Next in Thread] |