how can I display the files in a unix directory sorted by their human readable size, going from largest to smallest?
I tried:
du -h | sort -V -k 1
but it does not seem to work. thanks
|
|
|||
|
|
|
Unlike
|
|||
|
|
|
I got this to work for me:
Which (I just figured-out) is the same as:
|
||||
|
|
|
If you have the appropriate
mine is
|
|||
|
|