Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
globale variablen...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
phate
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 298
Location: Aachen, Germany

PostPosted: Sat Nov 06, 2004 12:19 pm    Post subject: globale variablen... Reply with quote

hallo da draußen

wie kann man bitte eine wirklich "globale" variable setzen? ich dacht immer das ginge mit export
Code:
export TEST="test"

was äquivalent ist zu
Code:
set TEST="test" && export TEST


problem: das "export" scheint gar keinen effekt zu haben.
egal ob ich einfach nur
Code:
set TEST="test"

mache oder das oben beschriebene, die Variable ist immer nur für das jeweilige Terminal verfügbar.

mfg
Back to top
View user's profile Send private message
chalimar
n00b
n00b


Joined: 16 Aug 2004
Posts: 65
Location: Germany

PostPosted: Sat Nov 06, 2004 12:22 pm    Post subject: Reply with quote

in /etc/profile kannst du das machen.
und nur für deinen user geht das in ~/.bashrc bzw. der jeweiligen configfile der shell, die du benutzt.
Back to top
View user's profile Send private message
phate
Apprentice
Apprentice


Joined: 22 Mar 2004
Posts: 298
Location: Aachen, Germany

PostPosted: Sat Nov 06, 2004 12:28 pm    Post subject: Reply with quote

geht das auch irgendwie ohne configfiles?
weil ich brauche das für ein programm, welches ich schreibe, und ich wollte auf dateizugriff eigentlich verzichten

ich meine, die PATH variable z.b. muss sich ja auch irgendwie ändern lassen (ohne sie in bashrc einzutrage) - oder nicht?
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Sat Nov 06, 2004 12:29 pm    Post subject: Re: globale variablen... Reply with quote

phate wrote:
die Variable ist immer nur für das jeweilige Terminal verfügbar.
Dort aber global... :wink:
Code:
man export
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum