I know this isn't a networking question, but...
I accidentally created a directory called '-h' (minus the quotes)...
and I've discovered that you can't do:
because the rm command thinks the -h argument is actually an invalidQuote:> rm -r -h
option flag!
So how do I get rid of this directory? Or do I just live with it as a
reminder that I should check my inputs before pressing RETURN...
<grin>
- Mark