bug#20120: wc output padding differs when "-" is in the file list

2018-10-22 Thread Assaf Gordon
tags 20120 wontfix close 20120 stop (triaging old bugs) On 19/03/15 04:38 AM, Pádraig Brady wrote: On 18/03/15 17:54, Bernhard Voelker wrote: On 03/16/2015 06:42 AM, Eric Mrak wrote: It seems that whenever STDIN is involved the results padding reverts to the BSD-style 7/8 padding. Thanks f

bug#20120: wc output padding differs when "-" is in the file list

2015-03-19 Thread Pádraig Brady
On 18/03/15 17:54, Bernhard Voelker wrote: > On 03/16/2015 06:42 AM, Eric Mrak wrote: >> It seems that whenever STDIN is involved the results padding >> reverts to the BSD-style 7/8 padding. When files are given >> as input (excluding STDIN) the padding reflects the width of >> the largest count. >

bug#20120: wc output padding differs when "-" is in the file list

2015-03-19 Thread Bernhard Voelker
On 03/16/2015 06:42 AM, Eric Mrak wrote: It seems that whenever STDIN is involved the results padding reverts to the BSD-style 7/8 padding. When files are given as input (excluding STDIN) the padding reflects the width of the largest count. When files are given as input and one of these is "-", t

bug#20120: wc output padding differs when "-" is in the file list

2015-03-16 Thread Eric Mrak
It seems that whenever STDIN is involved the results padding reverts to the BSD-style 7/8 padding. When files are given as input (excluding STDIN) the padding reflects the width of the largest count. When files are given as input and one of these is "-", the padding reverts again to the BSD 7/8 pad