[TxMt] snippets for MySQL; escaping "`"?

Ralph Pöllath lists at poellath.org
Tue Nov 9 15:49:25 UTC 2004


On 09.11.2004, at 15:45, Paul Nordstrom August wrote:
> The one thing I can't manage to sort out is including e.g. 
> "`textmate_id`" since the "`" is used in the snippets to evoke a shell 
> command... I tried escaping with "\`" but that didn't work. Am I 
> missing something obvious?

It's ugly, but it works: `printf '\140'`textmate_id`printf '\140'`
See man ascii for other character codes.

Cheers,
-Ralph.




More information about the textmate mailing list