bug#24436: [PATCH] dircolors: highlight Motion JPEG multimedia files

2016-11-14 Thread Antonio Ospite
On Wed, 14 Sep 2016 16:13:26 +0200 Antonio Ospite wrote: > * src/dircolors.hin: Add .mjpg and .mjpeg multimedia files. > --- > Ping. > Please CC me on reply, I am not subscribed. > > Thanks, >Antonio > > src/dircolors.hin | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/d

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

2016-11-14 Thread 積丹尼 Dan Jacobson
> "BV" == Bernhard Voelker writes: BV> This sounds like a domain of diffstat(1), doesn't it? Even if it is, and even if one could understand http://invisible-island.net/diffstat/ , it turns out the totals are already easily made within comm(1), so it would be light-years easier if comm could

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

2016-11-14 Thread Bernhard Voelker
On 11/12/2016 12:24 AM, 積丹尼 Dan Jacobson wrote: > 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", $