how to get my computer ip address in 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