bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21325: ls : feature request --width=zero


From: Bernhard Voelker
Subject: bug#21325: ls : feature request --width=zero
Date: Sun, 23 Aug 2015 14:08:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 08/23/2015 01:35 PM, Paul Eggert wrote:
> Erik Auerswald wrote:
>> an explicit "Inf" keyword is still better than some number that
>> relies on system limits
> 
> With the latest patch, there are no system limits; you can use as big a 
> number 
> as you like.  I'm aware of the "use 0 to denote infinity" tradition, but I'm 
> still leery of using a valid width value to denote infinity; I'd rather use 
> some 
> other string.

I'm not sure what's the gain of having all file names in one huge line;
anyway, why not simply ...

  $ touch a b c
  $ ls -1 | paste -s -d' '
  a b c

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]