Difference between revisions of "Ipconfig getifaddr"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
  ipconfig getifaddr
 
  ipconfig getifaddr
 
  usage: ipconfig getifaddr <interface name>
 
  usage: ipconfig getifaddr <interface name>
 +
 +
== Related ==
 +
* [[ip a s]]
  
 
== See also ==
 
== See also ==

Revision as of 10:20, 20 September 2023

macOS

ipconfig getifaddr en0
192.168.0.13
for DEVICE in $(networksetup -listallhardwareports | grep Device | cut -d" " -f2); do echo $DEVICE; ipconfig getifaddr $DEVICE; done


ipconfig getifaddr
usage: ipconfig getifaddr <interface name>

Related

See also

Advertising: