Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在我的一个 shell 脚本中使用我的 eth0 ipv6 地址。我可以使用 ifconfig 和 grep 来检索它,但我确信它一定在某个我没有看到的文本文件中,这最终会使检索变得更容易。有人知道我应该去哪里看吗?
谢谢
ip addr show eth0 | awk '/inet6/ {print $2}'