On 30 Oct 2007, at 20:11, Craig Berry wrote:
The version of MMS on the testdrive is case sensitive, but the shell is not case preserving by default, so the shell upcases to TEST which doesn't match test. Try quoting to preserve case:

$ mms "test"

Aha! Yes, thanks :)

And because I've made quite a mess of the home directory over the
course of a few attempts I also have to ask whether there's a quick
way to recursively delete a directory :)

$ perl -e "use File::Path; rmtree(['messydir'],1,0);"

D'uh - why didn't I think of that? :)

--
Andy Armstrong, Hexten




Reply via email to