[R-SIG-Mac] re : problem with R in a bash script

massimodisasha massimodisasha at yahoo.it
Tue Nov 14 19:40:20 CET 2006


i've resolved my problem.

i've changed the line so:

from:

echo"

some_line_with_the_"quotes"

"

to:

echo '

some_line_with_the_"quotes"

'

i use   '   single quote, instead the double quote "

sorry for the newbie question!

regards.
Massimo.



More information about the R-SIG-Mac mailing list