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
feedback
|
| |||
|
feedback
|
|
Unlike
| |||
|
feedback
|
|
I got this to work for me:
Which (I just figured-out) is the same as:
| ||||
|
feedback
|
|
If you have the appropriate
mine is
| |||
|
feedback
|