I am writing a unix shell script which many prompts involve echoing statements and reading answers. However, when I run this program I get a read: Command not found. Why is it not recognizing read? I thought this was a standard unix command. Jim