-
-
Save awsvpc/a92ba193b06e36d69336c87d2949f79f to your computer and use it in GitHub Desktop.
Linux IPv6 addresses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo ip addr show dev enp1s0f2 | sed -e's/^.*inet6 \([^ ]*\)\/.*$/\1/;t;d' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment