Yaniv Hilel <[EMAIL PROTECTED]> [2002-10-28 15:28:47 +0200]: > Bug:
This is not a bug. > Hi, i can't sort numbers because: > 1 > 10 > 11 > 2 > 3 Those are sorted by character order by default. If you want numeric order then you need to tell sort to sort numerically with -n. sort -n Bob _______________________________________________ Bug-textutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-textutils