sm
/
ip
1
0
Bifurcation 0
dump out ip addresses of all nics
Aller au fichier
Stephen McQuay df4d46d3c5 added license 2015-06-23 08:53:40 -07:00
.gitignore Initial commit 2015-06-23 08:53:36 -07:00
README.md Initial commit 2015-06-23 08:53:36 -07:00
license added license 2015-06-23 08:53:40 -07:00
main.go initial main file 2015-06-23 08:53:40 -07:00

README.md

ip

Practice implementing a unix command

I read somewhere that a good way to learn a new language is to implement things like cat and friends in that language. I figured I'd make myself an ifconfig that only prints out the things about which I care. This is that, er, thing.