显示当前使用的网络接口 Posted on Apr 29, 2021 $ ip addr | awk '/state UP/ {print $2}' | sed 's/.$//' 输出结果 eth0 eth1 .linux .ip .awk .sed