bug#24926: ls output has been made ugly

2016-11-12 Thread Rüdiger Meier
On Friday 11 November 2016 21:00:23 Eric Blake wrote: > On 11/11/2016 12:26 PM, Paul Eggert wrote: > > Michael Schwager wrote: > >> Don't you think I can see the spaces in my filenames? > > > > Not in general, no. For example: > > > > $ ls --quoting-style=literal > > a b c > > $ ls > > 'a b'

bug#24924: pr has no concept of wide characters

2016-11-12 Thread 積丹尼 Dan Jacobson
> "AG" == Assaf Gordon writes: AG> I would very much appreciate if you could help me test it as there AG> are many edge-cases with multibyte support and wide-characters. Sure but you need to send me a .deb or $ which pr|xargs file /usr/bin/pr: ELF 32-bit LSB executable, Intel 80386, version

bug#24929: comm enhancement proposal: --print-summary --quiet

2016-11-12 Thread 積丹尼 Dan Jacobson
Please add a comm --print-summary and --quiet, so we wouldn't have to write $ comm FILE1 FILE2|perl -nwe ' /^\t+/; $h{ length $& || 0 }++; END { @L = ( "Lines in 1st ", "Lines in 2nd ", "Lines in both" ); printf "%s: %5d\n", $L[$_], $h{$_} for sort keys %h; } ' Lines in 1st : 601 Lines i