Search found 4 matches

by jodell
Fri Jan 08, 2010 6:51 pm
Forum: General
Topic: IP Address Sort -numeric -dottedquad
Replies: 8
Views: 831

I should have mentioned that sort is in the CoreUtils package..

Creating a "tool" using the GnuWin32 binutils sort command as described in http://www.madboa.com/geek/sort-addr/ really works well for my purposes.

The GnuWin32 utilities can be found at http://gnuwin32.sourceforge.net/packages.html ...
by jodell
Fri Jan 08, 2010 6:45 pm
Forum: General
Topic: IP Address Sort -numeric -dottedquad
Replies: 8
Views: 831

While Bob's solution worked, I found it to be difficult to use for the things that I was doing. I found another solution that I find easy and flexible.

Creating a "tool" using the GnuWin32 binutils sort command as described in http://www.madboa.com/geek/sort-addr/ really works well for my purposes ...
by jodell
Sun Jun 14, 2009 3:03 am
Forum: General
Topic: IP Address Sort -numeric -dottedquad
Replies: 8
Views: 831

> This sample can easily be done with RegEx to fill in the missing zeros.

Thanks, Bob.. I have used this and it does work, but it's so tedious to use for frequent heavy use that it isn't practical.

I'm hopeful that a built-in solution is in the pipeline!

Is this scheduled for incorporation any ...
by jodell
Fri Jun 12, 2009 10:37 pm
Forum: General
Topic: IP Address Sort -numeric -dottedquad
Replies: 8
Views: 831

I too edit/view report and log files that require record sorting on an IP address field. I have done the bit by parsing the address to fixed length fields and sorting but it's objectionably tedious to the point that it's not useful nor is it a complete solution with only one 3 key sort specification ...