Sunday, September 13, 2009

List files with human readable filesize

# Keep forgetting this one
ls --help
...
-h, --human-readable with -l, print sizes in human readable format
(e.g., 1K 234M 2G)
...

# List files with human readable filesize
ls -lh

No comments:

Blog Archive