"free" on Mac OS X | January 05, 2007-->
January 05, 2007
free is a command to show memory usage on variuos linux distributions. As "free" is not available on Mac OS X you have to use something different.
To determine the size of memory on Mac OS X you can use:
/usr/sbin/system_profiler SPHardwareDataType | grep Memory
