help-make
[Top][All Lists]
Advanced

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

Re: Properly ecsape


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 $$$$`





reply via email to

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