Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use OS 9 to delete huge files that OS X won't delete' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use OS 9 to delete huge files that OS X won't delete
Authored by: risc_abacus on Mar 16, '04 03:25:06PM
Use the power of /dev/null or /dev/urandom

ln -s /dev/null .null
or
ln -s /dev/urandom .rand

then

mv spamBits .null
or
mv spamBits .rand



[ Reply to This | # ]