command prompt find ip address code example
Example 1: how to know the ip address of my pc using cmd
ipconfig/all
Example 2: get your ip address from terminal
for local ip :
hostname -I
for Public ip :
curl icanhazip.com
ipconfig/all
for local ip :
hostname -I
for Public ip :
curl icanhazip.com