Gregg writes:
> imadev:~$ csh
> % echo "$0"
> No file for $0.

Well, that tells you that you are running something weird and
nonstandard such as csh.  But if you are running csh you already knew
that.

If

        echo $0

doesn't produce satisfactory results run

        ps

and examine the output.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA

Reply via email to