New alias for my .bash_profile -- lh - human readable file sizes

in «tip» by Michael Beard
Tags: , , , , , , ,

How to get directory listing with human readable file sizes

Usually, it doesn't matter too much, but it's nice to have the sizes shown rather than the bytes.

Code or Examples

alias lh='ll -h'

Now, should have two decent directory listings: ll and lh.