Re: comm applet is broken

2012-04-26 Thread Denys Vlasenko
On Wed, Apr 25, 2012 at 7:04 PM, John Spencer wrote: > it only works if input is pre-sorted and/or same lines happens to be on the > same linenumber in both files > > root:/src$ comm > BusyBox v1.19.4 (2012-04-25 16:09:00 UTC) multi-call binary. > > Usage: comm [-123] FILE1 FILE2 > > Compare FILE1

Re: comm applet is broken

2012-04-25 Thread John Spencer
On 04/25/2012 07:04 PM, John Spencer wrote: it only works if input is pre-sorted and/or same lines happens to be on the same linenumber in both files never mind, according to the spec the input must be pre-sorted. a hint about that in the comm usage text couldn't hurt though... --JS __

comm applet is broken

2012-04-25 Thread John Spencer
it only works if input is pre-sorted and/or same lines happens to be on the same linenumber in both files root:/src$ comm BusyBox v1.19.4 (2012-04-25 16:09:00 UTC) multi-call binary. Usage: comm [-123] FILE1 FILE2 Compare FILE1 with FILE2 -1 Suppress lines unique to FILE1