is there a way to display disk free space in OSX? ...
# macos
c
is there a way to display disk free space in OSX? i can do % free space, via
select (blocks_available * 100 /blocks) as free_pct from mounts where device='/dev/disk1';
but can't seem to find the actual amounts anywhere