Getting the ip address of an interface on linux


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ip addr list | grep -E "global eth0$"|awk -F" " '{print $2}'|sed 's/\/.*$//g'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.