You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: