When using the ls -lSh command, the output of the size of the files is very small. For instance:
ls -lSh | grep Xcode.app #my command to terminal while in Applications directory
drwxr-xr-x@ 3 root wheel 96B Dec 17 14:59 Xcode.app #output
As you can see, Xcode is only 96B, when in reality is over 6GB on disk. Can somebody please explain the formula being applied here?
I am running iTerm2 on macosx catalina