vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| kalev- wrote: > A small question: there's not environment variable already set to dig up the > hostname? All I did was checked with 'set' ? the "hostname" command echoes the hostname... man hostname http://www.rbi.informatik.uni-frankf...ostname.1.html -- Alex. |
| |||
| On Mon, 11 Apr 2005 20:56:17 +0200, kalev- <me@privacy.net> wrote: >A small question: there's not environment variable already set to dig up the >hostname? All I did was checked with 'set' ? > Sorry, not as an environment variable. If you need to get it from a script, man hostname. If you need it from a C program, man gethostname. >hey. I mean I've never touched one of these things before..:-) > > -- Al Balmer Balmer Consulting removebalmerconsultingthis@att.net |
| ||||
| Alex van Denzel wrote: > the "hostname" command echoes the hostname... > man hostname > http://www.rbi.informatik.uni-frankf...ostname.1.html See...I should have known that... In any case - thank you both, Alan and Alex! |