Some unix commands:

df -k . finds the amount of free space on the default disk in kbytes.
or df -k <disk name>

du -s * tells the total space taken up by the default dir (and its
subdirs) in blocks.  One block = 512 bytes.

rmdir -f -r removes a directory including all files and subdirectories.