OS X: Show exact file size in Finder

5,654

Solution 1

Whenever you have a file selected, you can press ⌘I to bring up "Show info", that will tell you, among other things, the exact filesize in bytes. I do not know a way to get that information in the column view, though – sorry.

Solution 2

I don't think there is a way to do this. Why do you need the exact size? What problem are you trying to solve?

Solution 3

The wonderful dual-pane file manager Forklift uses "real" file sizes in its list view by default:

forklift

Share:
5,654

Related videos on Youtube

kpozin
Author by

kpozin

Updated on September 17, 2022

Comments

  • kpozin
    kpozin over 1 year

    Is there a way to get Finder to show exact file size in List view, rather than only showing Size on Disk? I know it's possible to see the exact size by opening the file info window, but I'm looking for a solution that works in List view.

  • kpozin
    kpozin almost 15 years
    In my current scenario, I'm working with data files that are smaller than the allocation block size (typically 4 kB). If I can see their exact filesize, I can tell at a glance whether they're probably being written correctly. In general, it's common to work with plain text files (log outputs, shell scripts, etc.) that are smaller than 4K, and it would be nice to be able to get some idea of their contents without open / quick preview.
  • Mark Thalman
    Mark Thalman almost 15 years
    I can't think of any GUI tools that do this. PathFinder has a "Size Browser" but you have to move to the file to see the exact size. In the Terminal application you can do a "ls -l *" for your current directory and it will give the exact byte size.
  • Yahor
    Yahor over 7 years
    Actually, no. It shows "real" file sizes only for short files. It can be on the screenshot.