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 ...
Search found 4 matches
- Fri Jan 08, 2010 6:51 pm
- Forum: General
- Topic: IP Address Sort -numeric -dottedquad
- Replies: 8
- Views: 831
- 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 ...
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 ...
- Sun Jun 14, 2009 3:03 am
- Forum: General
- Topic: IP Address Sort -numeric -dottedquad
- Replies: 8
- Views: 831
- 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 ...