由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Shell Script Question about Hostname
相关主题
a question in shell scriptshell programming
Korn shell scriptwhere can I find some good website for C Shell ?
how to redirect error output under unixShell Script
which shell is the best among csh, ksh, bsh?为什么我就是不会写Shell script?
shell question , help?How to set environment variables for CGI scripts?
请问Kshell是不是指korn shell啊how to convert csh shell script to dos batch file
Using Ksh to ftp filesHelp! shell programming
which shell is best?[转载] a question about shell script
相关话题的讨论汇总
话题: shell话题: hostname话题: script话题: question话题: server
进入Unix版参与讨论
1 (共1页)
j***n
发帖数: 9
1
Hi, everyone,
Can someone tell me how to tell which server I am running on
in the Korn Shell environment? Is there a Shell variable for
that, just like $LOGNAME can give you the username of
current user?
Need to perform different calculation on different server,
and do not want to write the script for them.
Thanks in advance.
q***e
发帖数: 21
2
you can use hostname, whoami to get your server name and
login user id.

【在 j***n 的大作中提到】
: Hi, everyone,
: Can someone tell me how to tell which server I am running on
: in the Korn Shell environment? Is there a Shell variable for
: that, just like $LOGNAME can give you the username of
: current user?
: Need to perform different calculation on different server,
: and do not want to write the script for them.
: Thanks in advance.

j***n
发帖数: 9
3
Thanks alot. hostname works.

【在 q***e 的大作中提到】
: you can use hostname, whoami to get your server name and
: login user id.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] a question about shell scriptshell question , help?
Shell Script Question请问Kshell是不是指korn shell啊
Help on shell scriptUsing Ksh to ftp files
[转载] Re: shell script questionwhich shell is best?
a question in shell scriptshell programming
Korn shell scriptwhere can I find some good website for C Shell ?
how to redirect error output under unixShell Script
which shell is the best among csh, ksh, bsh?为什么我就是不会写Shell script?
相关话题的讨论汇总
话题: shell话题: hostname话题: script话题: question话题: server