Subject: getting return values in a csh shell program
To: netbsd-help <netbsd-help@NetBSD.ORG>
From: John Maier <JohnAM@datastorm.com>
List: netbsd-help
Date: 08/29/1995 10:33:00
Okay this is what I want to do, I want to be able to read the value returned 
from a program from within a csh script.
I.e. I execute a.out from within my script, I want to test to see if a.out 
returned a 0, 1, 2, or 3 etc.

I've poured over the csh man page with no luck.
any clues?
jam