starman@programming.dev to Programming@programming.devEnglish · edit-211 months agoBringing the Unix Philosophy to the 21st Centuryblog.kellybrazil.comexternal-linkmessage-square15fedilinkarrow-up1111arrow-down15file-text
arrow-up1106arrow-down1external-linkBringing the Unix Philosophy to the 21st Centuryblog.kellybrazil.comstarman@programming.dev to Programming@programming.devEnglish · edit-211 months agomessage-square15fedilinkfile-text
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up1·11 months ago Unfortunately, this is the state of things today if you want to grab the IP address of one of the ethernet interfaces on your linux system: $ ifconfig ens33 | grep inet | awk ‘{print $2}’ | cut -d/ -f1 | head -n 1 State of things today is that ifconfig is deprecated, says even it’s manpage.
State of things today is that ifconfig is deprecated, says even it’s manpage.