ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
<< All Posts
Previous post:
How to force phpstorm to use Java JDK 1.7 on MacOS
How to force phpstorm to use Java JDK 1.7 on MacOS
ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'