At 22:09 -0400 28/4/02, Michael Turner wrote: >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. -- <http://www.interarchy.com/> <ftp://ftp.interarchy.com/interarchy.hqx>