axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Debian build failure


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] Debian build failure
Date: Sat, 02 Sep 2006 22:35:33 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Hi Tim,

Do these lines help you?

>echo Hello | awk '{print "\${MID}"}'
awk: warning: escape sequence `\$' treated as plain `$'
${MID}

>echo Hello | awk '{print "${MID}"}'
${MID}

Unfortunately I have no idea whether $ should be escaped or not. I was unable to find an appropriate line in the gawk info pages.

Ralf




reply via email to

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