Re: suggestion for 'ls' coreutil, comma'd filesizes in -l output (original) (raw)


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


From: Bernhard Voelker
Subject: Re: suggestion for 'ls' coreutil, comma'd filesizes in -l output
Date: Wed, 05 Jun 2013 20:37:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 06/05/2013 07:03 PM, smu johnson wrote:

However, in case anyone reading this IS thinking in the back of their mind, I'd like to state for the record that I prefer to see the full size in bytes more often than 9.0K, etc, especially when I'm looking at filesizes to find if they're identical.

What about using the new numfmt program? ;-)

Something along this:

$ ls -l | numfmt --header --field 5 --format %'10f

Have a nice day, Berny