how to get the ip address of laptop via terminal code example
Example: get your ip address from terminal
for local ip :
hostname -I
for Public ip :
curl icanhazip.com
for local ip :
hostname -I
for Public ip :
curl icanhazip.com