Currently, the size command always returns file size in bytes. Ideally it should do this like every individual platform, but I can't find any library that supports platform-specific data size displaying. And I don't want to add the overhead of the Objective-C runtime just to use the ByteCountFormatter on macOS.
Currently, the size command always returns file size in bytes. Ideally it should do this like every individual platform, but I can't find any library that supports platform-specific data size displaying. And I don't want to add the overhead of the Objective-C runtime just to use the ByteCountFormatter on macOS.