Peter, Thanks again. Now, I have it clear.
/Michael > >> Thanks for your response. I remain puzzled, however. Your response >> seems to imply that if I invoke "print" from the command line, it will >> be interepreted. This is not the case, it errors. > > Sure it will - if you are using the sh shell. Try this: > > zany:~/unix/avr/avr/include% sh > zany% print "hello"; > hello > zany% exit > zany:~/unix/avr/avr/include% > > (ie, type: sh<return>print "hello";<return>) > > Enjoy, > Peter.