FreeSpaceFile X - 1.0Makes a text file whose name is the amount of free space |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
This being said,… - Version: 1.0, 3/31/2003 07:44PM PST
Pascal Lessard
the software we are "talking' about here is free and also runs in Mac OS 9 where the voodoo mentionned here doesn't work at all. So let's give the guy a break !
So that it… - Version: 1.0, 3/31/2003 07:41PM PST
Pascal Lessard
is clearer : a) type SH (and return) ; b) copy and paste the sequence in the parenthesis : (while [ 1 ] ; do filename=`df -k | awk '{print $4}' | sed -n "2p"` && echo `date` > $filename && sleep 350 && rm $filename ; done), removing the ' after the greater than...
Yep. Maxwell's got… - Version: 1.0, 3/31/2003 07:28PM PST
Torta
it (as long as you remove the extra ' that versiontracker's comment system inserted after the greater-than sign). That's all that this program really does. Camp Software might as well rewrite it as an AppleScript wrapper around a shell script. This is yet another instance in which REALbasic is completely the wrong tool for the job.