This helps alot.
I am triing to set sybase into my environment variable. And well.. I have
never delt with environment variables under suse linux.

Hesperant Ieger

----- Original Message -----
From: "ME" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 30, 2001 1:24 PM
Subject: Re: [vox-tech] Environment variable.


> On Wed, 30 May 2001, Erik Mullinix wrote:
> > How do you set or modify an environment variable?
>
> Depends upon evironment for which the variable would belong. ;-)
>
> Assuming a shell and one of the 2 common types...
>
> bash/sh:
> $ variable="name"
> or for export:
> $ export variable="name"
>
> tcsh/csh:
> > set var value
> > setenv var value
>
> examples:
>  (bash):
> $ export TERM="vt100"
>  (csh):
> > setenv TERM vt100
>
> Is this sufficient for your needs?
>
>

Reply via email to