Trying to mkdir
with a leading hyphen in the name.
mkdir -foo-
mkdir '-foo-'
mkdir `-foo-`
mkdir `echo '-foo-'`
None of these work. Is there any way to do this?
Try using --
to disable further option parsing:
mkdir -- -foo
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With