cd ~/.bash
vim mya 键入
#!/bin/bash
hostname -i
:x 保存退出
source ~/.bash_profile 生效
转载于:https://www.cnblogs.com/killallspree/p/5631290.html