From: | Max Herrgaard <herrgaard@xxxxxxxxx> |
Date: | Thu, 28 May 2009 20:16:59 +0200 |
Hi.
I found this with rm(1) and the -f flag on master with a hammer file system:
recursively remove foo?mkdir foo rm -rf foo
I don't know if it has something to do with how hammer handles directories?
Nope it has to do with rm being aliased to 'rm -I' by default.