Show Human Readable Size of File?
Fleeting- External reference: https://stackoverflow.com/questions/60229408/can-i-use-stat-to-show-human-readable-size-of-file
stat -c %s /path/to/file | numfmt –to=iec
— https://stackoverflow.com/questions/60229408/can-i-use-stat-to-show-human-readable-size-of-file