<div dir="ltr">I have a file in the format:<div><br></div><div>switchname  switchport  ipaddress stuff</div><div><br></div><div>and I'd like to sort it.</div><div><br></div><div>This is almost ok but I'm having problems with the switch bit, which is the format:</div>
<div><br></div><div>num1/num2/num3</div><div><br></div><div>num3 can be from 1 to 24.</div><div><br></div><div>A normal sort works fine except that the output can contain this sort of thing:</div><div><br></div><div>switch1  1/0/1  192.etc etc etc etc</div>
<div>switch1  1/0/2  192.etc etc etc etc<br></div><div>switch1  1/0/2  192.etc etc etc etc<br></div><div>switch1  1/0/12  192.etc etc etc etc<br></div><div>switch1  1/0/18  192.etc etc etc etc<br></div><div>switch1  1/0/4  192.etc etc etc etc<br>
</div><div>switch1  1/0/5  192.etc etc etc etc<br></div><div><br></div><div>I can't work out how to sort on the switchname and numerically sort on the switchport. I don't know what I'm missing, but I'm missing it, whatever it is.</div>
<div><br></div><div>Dougie</div></div>