Join Slack
Powered by
is there a way to display disk free space in OSX? ...
# macos
c
clong
07/20/2017, 10:01 PM
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
7
Views
Open in Slack
Previous
Next