> I admit I haven't searched the bug database, just came across the > following problem with join version 5.97.
Consider upgrading - the latest stable version is 6.7 (although for the case you mention, I don't think it will help much). > > Two files, A and B. B contains all numbers from 1 to, e.g., 12. > > a) A contains the two lines > 1 > 10 > > The output of join is _only_ the line "1". Join requires sorted input. Depending on your locale, your input files don't seem like they are sorted in default order, therefore you can't expect anything from join because you are violating its precondition. -- Eric Blake _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
