Does anyone know of a command line tool that will convert a number into human readable format?
ie: 141184412 equals 141184KB 141MB .14GB these numbers are in a log file. I just want to be able to glance at the file and see the sizes without having to think so hard about it and try to count 3 digits from right to left.
