DEV Community

Discussion on: What are your CLI go to commands and aliases?

Collapse
 
computersmiths profile image
ComputerSmiths

I use ‘lan’
ifconfig | grep ‘inet ‘
To get my ip address
ip a | grep ‘inet ‘
On latest debian releases