CODE
do shell script "du -sx /"
it obviously doesn't stop running until du is done (which can be quite awhile). since the ram is cleared after 5-10 seconds, i was trying to make du quit (ctrl-c if you type it at the terminal), but i don't know how to do it...
i also heard that running the weekly cron script would clean up inactive memory, but i don't know how long it takes to run that script or the path/name of it.
thanks