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


Click here to return to the 'oops - an error' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
oops - an error
Authored by: tedw on May 20, '09 08:43:56AM
this line in the second script - set deleteCmdList to {} - should actually read like this - set deleteCmdList to {"srm", "-rfmz"}. The script won't do much if you don't specify the unix command. :)

[ Reply to This | # ]