Missing dladm command for Solaris 9
I am doing more frustrating Solaris work and stumbled across this little gem. A simple nawk script that produces the same output as the dladm show-dev command implemented in Solaris 10. Just paste it into a file, chmod it and there you go. kstat -p | nawk ‘/duplex/ || /speed/ { split($1,Array,":") ; Dev=Array[3] }…