From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8dea6f46dfb95f66 X-Google-Attributes: gid103376,public From: David Taylor Subject: Re: Environment variables Date: 1996/10/30 Message-ID: <32780B87.6BCC@iquest.com>#1/1 X-Deja-AN: 193474336 distribution: world references: <55819q$mql@newslink.runet.edu> content-type: text/plain; charset=us-ascii organization: interQuest Online Services -- Huntsville, AL mime-version: 1.0 reply-to: dtaylor@iquest.com newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (Macintosh; I; 68K) Date: 1996-10-30T00:00:00+00:00 List-Id: Christopher J Arnold wrote: > > Ok, some one please help me. > > All I want to do is to be able to read the value of environment > variables, such as PATH for example. I've looked around at FAQ's and the > adahome reference pages, but I haven't found anything. > > Thanks in advance. > > Chris Arnold, > carnold@runet.edu try printenv, or for PATH, echo $PATH dt