DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40504>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40504 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-30 10:41 ------- Antoine, Thanks for your suggestion, I am going to try implement it, but...if you take a look into the UNIX sort syntax there are a lot of options: http://www.xmission.com/~comphope/unix/usort.htm Do you have any suggestion about how to attack the all possible input options?, they are not only simple parameters, for example you can specify the priority of each field or column position will be take firt on the comparation criteria, for example: sort -o $2 -k1.1,1.6 -k1.49,1.57 -k1.714,1.717 -k1.712,1.713 -k1.710,1.711 - k1.694,1.694 -k1.718,1.729 $1 will sort taking first the position starting at column 1 to 6, then the string starting at column 49 to 57. All such fields are specified from the first column (k1*), but you can specify them via relative position of a given field (a field can be identified by tabs or spaces for example. As you can see such sort function is very powerfull. Please could you give me any hint about that. I am a Ant user, but I have never implemented any feature on Java. Thanks, David -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]