On 17/4/2006, at 22:55, Mark Eli Kalderon wrote: > /bin/bash: line 7: /tmp/test.html: cannot overwrite existing file > [...] Try opening Terminal and execute: rm -f /tmp/test.html Then re-run the command. We should change the command(s) to use mktemp instead (and likely some delayed cleanup then.)