RE: amber-developers: Testing Parallel

From: Ross Walker <ross.rosswalker.co.uk>
Date: Mon, 14 Apr 2008 15:07:02 -0700

Hi Lachele

> And, if anyone can explain how to make the quote marks work
> in the environment variable, I'm curious.

Try escaping them with backslashes:

[15:06][caffeine:0.32][rcw:~]$ export foo="foobar"
[15:06][caffeine:0.27][rcw:~]$ echo $foo
foobar
[15:06][caffeine:0.25][rcw:~]$ export foo="\"foobar\""
[15:06][caffeine:0.21][rcw:~]$ echo $foo
"foobar"

All the best
Ross

/\
\/
|\oss Walker

| Assistant Research Professor |
| San Diego Supercomputer Center |
| Tel: +1 858 822 0854 | EMail:- ross.rosswalker.co.uk |
| http://www.rosswalker.co.uk | PGP Key available on request |

Note: Electronic Mail is not secure, has no guarantee of delivery, may not
be read every day, and should not be used for urgent or sensitive issues.
Received on Fri Apr 18 2008 - 21:19:22 PDT
Custom Search