提示不显示 AIX 的 KSH 的主机名
与问题 1171663 类似,AIX 似乎没有可用的 $HOSTNAME 选项。 $hname 和 $hostname 也不存在。除了在 .profile 中执行以下操作之外 -
export HOSTNAME=`hostname`
是否有一种官方方式,AIX 用户在使用时应该能够获得正确的结果:
PS1="${HOSTNAME}:\${PWD##*/} \$ "
Similar to question 1171663, AIX appears to not have the $HOSTNAME option available. $hname and $hostname are also non-existent. Other than doing the following within .profile -
export HOSTNAME=`hostname`
Is there an official manner where AIX users should be capable of getting the proper results when using:
PS1="${HOSTNAME}:\${PWD##*/} \$ "
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还没有尝试过,但是对于主机名 - 你不能将第一个示例与第二个示例混合起来吗?
但不确定 PWD 位吗?
Haven't tried it, but for the hostname - can't you mix your first example with your second?
Not sure about PWD bit though?
试试这个:
Try this: