Re: enviromental variable


Subject: Re: enviromental variable
From: James Gibson (twistedhammer@subdimension.com)
Date: Sat May 11 2002 - 17:32:14 AKDT


you need to type "set FOO=bar" and then usually you want to do an "export
FOO" after that.
if you are using bash, and don't mind starting a habit that will bite you
if you ever wind up using another Bourne Shell, you can simplify this to
"export FOO=bar"

other that that, yes it really should be just that simple, as I don't see
any characters that are used in shell expansionin that string. To play it
safe you could wrap the contents in single quotes (e.g.; export FOO='bar')

James Gibson

On 11 May 2002, Greg Madden wrote:
> I need to set the environment variable , shown below, but since I dont'
> really know howto, can it really be as simple as entering the following
> at a command prompt or is there more to it ?
>
> CDR_SECURITY=8:dvd,clone,lowspeed:sparc-sun-solaris2,i386-pc-solaris2,
> i586-pc-linux:1.11::1024313569:::private/research/educational_non-commercial_use:
> 3a09VvAtVVB2Qv/y630qBBylEUQcfPiypXvpbEirc6dCwnVidZyqvauQBxx
>
> TIA
>
> --
> Greg Madden
> Precision Air Balance, Inc.
> email:pabi@gci.net
> Phone:(907)276-0461 Fax:(907)258-0461
>
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>
>

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Sat May 11 2002 - 17:33:25 AKDT