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

Re: Sorting directories by size



On Sat, 28 Feb 2015 13:15:42 +0100
Petter Adsen <petter@synth.no> wrote:

> I want to do a "du -sh *" in a directory, and sort the directories by
> sizes. The problem is that they are listed (since I use the "-h"
> option) in human-readable format. Is there an easy way to do this, so
> that 254G comes before 1,3T?

Use sort -h ?
 
Cheers,
 
Ron.
-- 
                        Have you ever imagined a world
                      with no hypothetical situations ?
                                    
                   -- http://www.olgiati-in-paraguay.org --
 


Reply to: